1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-tvo.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra TV Encoder Output
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
15 pattern: "^tvo@[0-9a-f]+$"
31 - description: module clock
33 operating-points-v2: true
37 - description: phandle to the core power domain
39 additionalProperties: false
49 #include <dt-bindings/clock/tegra20-car.h>
50 #include <dt-bindings/interrupt-controller/arm-gic.h>
53 compatible = "nvidia,tegra20-tvo";
54 reg = <0x542c0000 0x00040000>;
55 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
56 clocks = <&tegra_car TEGRA20_CLK_TVO>;