3 #include "tegra20-tamonten.dtsi"
6 model = "Avionic Design Medcom-Wide board";
7 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
21 nvidia,panel = <&panel>;
28 compatible = "wlf,wm8903";
30 interrupt-parent = <&gpio>;
31 interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_LEVEL_HIGH>;
38 gpio-cfg = <0xffffffff
46 backlight: backlight {
47 compatible = "pwm-backlight";
48 pwms = <&pwm 0 5000000>;
50 brightness-levels = <0 4 8 16 32 64 128 255>;
51 default-brightness-level = <6>;
55 compatible = "innolux,n156bge-l21", "simple-panel";
57 power-supply = <&vdd_1v8_reg>, <&vdd_3v3_reg>;
58 enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>;
60 backlight = <&backlight>;
64 compatible = "ad,tegra-audio-wm8903-medcom-wide",
65 "nvidia,tegra-audio-wm8903";
66 nvidia,model = "Avionic Design Medcom-Wide";
68 nvidia,audio-routing =
69 "Headphone Jack", "HPOUTR",
70 "Headphone Jack", "HPOUTL",
75 "Mic Jack", "MICBIAS",
78 nvidia,i2s-controller = <&tegra_i2s1>;
79 nvidia,audio-codec = <&wm8903>;
81 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
82 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
84 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
85 <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
86 <&tegra_car TEGRA20_CLK_CDEV1>;
87 clock-names = "pll_a", "pll_a_out0", "mclk";
91 vcc_24v_reg: regulator@100 {
92 compatible = "regulator-fixed";
94 regulator-name = "vcc_24v";
95 regulator-min-microvolt = <24000000>;
96 regulator-max-microvolt = <24000000>;
100 vdd_5v0_reg: regulator@101 {
101 compatible = "regulator-fixed";
103 regulator-name = "vdd_5v0";
104 vin-supply = <&vcc_24v_reg>;
105 regulator-min-microvolt = <5000000>;
106 regulator-max-microvolt = <5000000>;
110 vdd_3v3_reg: regulator@102 {
111 compatible = "regulator-fixed";
113 regulator-name = "vdd_3v3";
114 vin-supply = <&vcc_24v_reg>;
115 regulator-min-microvolt = <3300000>;
116 regulator-max-microvolt = <3300000>;
120 vdd_1v8_reg: regulator@103 {
121 compatible = "regulator-fixed";
123 regulator-name = "vdd_1v8";
124 vin-supply = <&vdd_3v3_reg>;
125 regulator-min-microvolt = <1800000>;
126 regulator-max-microvolt = <1800000>;