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# 6 7title: NVIDIA Tegra VIP (parallel video capture) controller 8 9maintainers: 10 - Luca Ceresoli <luca.ceresoli@bootlin.com> 11 12properties: 13 compatible: 14 enum: 15 - nvidia,tegra20-vip 16 17 ports: 18 $ref: /schemas/graph.yaml#/properties/ports 19 20 properties: 21 port@0: 22 $ref: /schemas/graph.yaml#/properties/port 23 description: 24 Port receiving the video stream from the sensor 25 26 port@1: 27 $ref: /schemas/graph.yaml#/properties/port 28 description: 29 Port sending the video stream to the VI 30 31 required: 32 - port@0 33 - port@1 34 35unevaluatedProperties: false 36 37required: 38 - compatible 39 - ports 40 41# see nvidia,tegra20-vi.yaml for an example 42