Lines Matching +full:tegra20 +full:- +full:hdmi
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra20-tamonten.dtsi"
8 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
11 hdmi@54280000 {
20 interrupt-parent = <&gpio>;
23 gpio-controller;
24 #gpio-cells = <2>;
26 micdet-cfg = <0>;
27 micdet-delay = <100>;
28 gpio-cfg = <0xffffffff
45 compatible = "ad,tegra-audio-wm8903-tec",
46 "nvidia,tegra-audio-wm8903";
49 nvidia,audio-routing =
59 nvidia,i2s-controller = <&tegra_i2s1>;
60 nvidia,audio-codec = <&wm8903>;
62 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
63 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
69 clock-names = "pll_a", "pll_a_out0", "mclk";
72 vcc_24v_reg: regulator-24v {
73 compatible = "regulator-fixed";
74 regulator-name = "vcc_24v";
75 regulator-min-microvolt = <24000000>;
76 regulator-max-microvolt = <24000000>;
77 regulator-always-on;
80 vdd_5v0_reg: regulator-5v0 {
81 compatible = "regulator-fixed";
82 regulator-name = "vdd_5v0";
83 vin-supply = <&vcc_24v_reg>;
84 regulator-min-microvolt = <5000000>;
85 regulator-max-microvolt = <5000000>;
86 regulator-always-on;
89 vdd_3v3_reg: regulator-3v3 {
90 compatible = "regulator-fixed";
91 regulator-name = "vdd_3v3";
92 vin-supply = <&vcc_24v_reg>;
93 regulator-min-microvolt = <3300000>;
94 regulator-max-microvolt = <3300000>;
95 regulator-always-on;
98 vdd_1v8_reg: regulator-1v8 {
99 compatible = "regulator-fixed";
100 regulator-name = "vdd_1v8";
101 vin-supply = <&vdd_3v3_reg>;
102 regulator-min-microvolt = <1800000>;
103 regulator-max-microvolt = <1800000>;
104 regulator-always-on;