3 #include "tegra20-tamonten.dtsi"
6 model = "Avionic Design Tamonten Evaluation Carrier";
7 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
17 compatible = "wlf,wm8903";
19 interrupt-parent = <&gpio>;
20 interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_LEVEL_HIGH>;
27 gpio-cfg = <0xffffffff
35 pcie-controller@80003000 {
44 compatible = "ad,tegra-audio-wm8903-tec",
45 "nvidia,tegra-audio-wm8903";
46 nvidia,model = "Avionic Design TEC";
48 nvidia,audio-routing =
49 "Headphone Jack", "HPOUTR",
50 "Headphone Jack", "HPOUTL",
55 "Mic Jack", "MICBIAS",
58 nvidia,i2s-controller = <&tegra_i2s1>;
59 nvidia,audio-codec = <&wm8903>;
61 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
62 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
65 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
66 <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
67 <&tegra_car TEGRA20_CLK_CDEV1>;
68 clock-names = "pll_a", "pll_a_out0", "mclk";
72 vcc_24v_reg: regulator@100 {
73 compatible = "regulator-fixed";
75 regulator-name = "vcc_24v";
76 regulator-min-microvolt = <24000000>;
77 regulator-max-microvolt = <24000000>;
81 vdd_5v0_reg: regulator@101 {
82 compatible = "regulator-fixed";
84 regulator-name = "vdd_5v0";
85 vin-supply = <&vcc_24v_reg>;
86 regulator-min-microvolt = <5000000>;
87 regulator-max-microvolt = <5000000>;
91 vdd_3v3_reg: regulator@102 {
92 compatible = "regulator-fixed";
94 regulator-name = "vdd_3v3";
95 vin-supply = <&vcc_24v_reg>;
96 regulator-min-microvolt = <3300000>;
97 regulator-max-microvolt = <3300000>;
101 vdd_1v8_reg: regulator@103 {
102 compatible = "regulator-fixed";
104 regulator-name = "vdd_1v8";
105 vin-supply = <&vdd_3v3_reg>;
106 regulator-min-microvolt = <1800000>;
107 regulator-max-microvolt = <1800000>;