42 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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) controller8 9maintainers:10 - Luca Ceresoli <luca.ceresoli@bootlin.com>11 12properties:13 compatible:14 enum:15 - nvidia,tegra20-vip16 17 ports:18 $ref: /schemas/graph.yaml#/properties/ports19 20 properties:21 port@0:22 $ref: /schemas/graph.yaml#/properties/port23 description:24 Port receiving the video stream from the sensor25 26 port@1:27 $ref: /schemas/graph.yaml#/properties/port28 description:29 Port sending the video stream to the VI30 31 required:32 - port@033 - port@134 35unevaluatedProperties: false36 37required:38 - compatible39 - ports40 41# see nvidia,tegra20-vi.yaml for an example42