xref: /freebsd-src/sys/contrib/device-tree/Bindings/display/tegra/nvidia,tegra20-vip.yaml (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*f126890aSEmmanuel Vadot%YAML 1.2
3*f126890aSEmmanuel Vadot---
4*f126890aSEmmanuel Vadot$id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-vip.yaml#
5*f126890aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadottitle: NVIDIA Tegra VIP (parallel video capture) controller
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadotmaintainers:
10*f126890aSEmmanuel Vadot  - Luca Ceresoli <luca.ceresoli@bootlin.com>
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadotproperties:
13*f126890aSEmmanuel Vadot  compatible:
14*f126890aSEmmanuel Vadot    enum:
15*f126890aSEmmanuel Vadot      - nvidia,tegra20-vip
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot  ports:
18*f126890aSEmmanuel Vadot    $ref: /schemas/graph.yaml#/properties/ports
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot    properties:
21*f126890aSEmmanuel Vadot      port@0:
22*f126890aSEmmanuel Vadot        $ref: /schemas/graph.yaml#/properties/port
23*f126890aSEmmanuel Vadot        description:
24*f126890aSEmmanuel Vadot          Port receiving the video stream from the sensor
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot      port@1:
27*f126890aSEmmanuel Vadot        $ref: /schemas/graph.yaml#/properties/port
28*f126890aSEmmanuel Vadot        description:
29*f126890aSEmmanuel Vadot          Port sending the video stream to the VI
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot    required:
32*f126890aSEmmanuel Vadot      - port@0
33*f126890aSEmmanuel Vadot      - port@1
34*f126890aSEmmanuel Vadot
35*f126890aSEmmanuel VadotunevaluatedProperties: false
36*f126890aSEmmanuel Vadot
37*f126890aSEmmanuel Vadotrequired:
38*f126890aSEmmanuel Vadot  - compatible
39*f126890aSEmmanuel Vadot  - ports
40*f126890aSEmmanuel Vadot
41*f126890aSEmmanuel Vadot# see nvidia,tegra20-vi.yaml for an example
42