Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / display / tegra / nvidia,tegra20-vip.yaml
blob14294edb8d8cfaf8f6b51f74744b89795d931e41
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-vip.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra VIP (parallel video capture) controller
9 maintainers:
10   - Luca Ceresoli <luca.ceresoli@bootlin.com>
12 properties:
13   compatible:
14     enum:
15       - nvidia,tegra20-vip
17   ports:
18     $ref: /schemas/graph.yaml#/properties/ports
20     properties:
21       port@0:
22         $ref: /schemas/graph.yaml#/properties/port
23         description:
24           Port receiving the video stream from the sensor
26       port@1:
27         $ref: /schemas/graph.yaml#/properties/port
28         description:
29           Port sending the video stream to the VI
31     required:
32       - port@0
33       - port@1
35 unevaluatedProperties: false
37 required:
38   - compatible
39   - ports
41 # see nvidia,tegra20-vi.yaml for an example