1 // SPDX-License-Identifier: GPL-2.0
4 #include "tegra20-tamonten.dtsi"
7 model = "Avionic Design Plutux board";
8 compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20";
18 compatible = "wlf,wm8903";
20 interrupt-parent = <&gpio>;
21 interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_LEVEL_HIGH>;
28 gpio-cfg = <0xffffffff
37 compatible = "ad,tegra-audio-plutux",
38 "nvidia,tegra-audio-wm8903";
39 nvidia,model = "Avionic Design Plutux";
41 nvidia,audio-routing =
42 "Headphone Jack", "HPOUTR",
43 "Headphone Jack", "HPOUTL",
48 "Mic Jack", "MICBIAS",
51 nvidia,i2s-controller = <&tegra_i2s1>;
52 nvidia,audio-codec = <&wm8903>;
54 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
55 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
57 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
58 <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
59 <&tegra_car TEGRA20_CLK_CDEV1>;
60 clock-names = "pll_a", "pll_a_out0", "mclk";
64 vcc_24v_reg: regulator@100 {
65 compatible = "regulator-fixed";
67 regulator-name = "vcc_24v";
68 regulator-min-microvolt = <24000000>;
69 regulator-max-microvolt = <24000000>;
73 vdd_5v0_reg: regulator@101 {
74 compatible = "regulator-fixed";
76 regulator-name = "vdd_5v0";
77 vin-supply = <&vcc_24v_reg>;
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
83 vdd_3v3_reg: regulator@102 {
84 compatible = "regulator-fixed";
86 regulator-name = "vdd_3v3";
87 vin-supply = <&vcc_24v_reg>;
88 regulator-min-microvolt = <3300000>;
89 regulator-max-microvolt = <3300000>;
93 vdd_1v8_reg: regulator@103 {
94 compatible = "regulator-fixed";
96 regulator-name = "vdd_1v8";
97 vin-supply = <&vdd_3v3_reg>;
98 regulator-min-microvolt = <1800000>;
99 regulator-max-microvolt = <1800000>;