1 // SPDX-License-Identifier: GPL-2.0
4 #include "tegra30-colibri.dtsi"
7 model = "Toradex Colibri T30 on Colibri Evaluation Board";
8 compatible = "toradex,colibri_t30-eval-v3", "toradex,colibri_t30", "nvidia,tegra30";
11 rtc0 = "/i2c@7000c000/rtc@68";
12 rtc1 = "/i2c@7000d000/tps65911@2d";
13 rtc2 = "/rtc@7000e000";
20 stdout-path = "serial0:115200n8";
27 nvidia,panel = <&panel>;
40 compatible = "nvidia,tegra30-hsuart";
45 compatible = "nvidia,tegra30-hsuart";
54 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
59 clock-frequency = <400000>;
61 /* M41T0M6 real time clock on carrier board */
63 compatible = "st,m41t0";
68 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
69 hdmiddc: i2c@7000c700 {
73 /* SPI1: Colibri SSP */
76 spi-max-frequency = <25000000>;
78 compatible = "microchip,mcp2515";
81 interrupt-parent = <&gpio>;
83 interrupts = <TEGRA_GPIO(S, 0) IRQ_TYPE_EDGE_FALLING>;
84 spi-max-frequency = <10000000>;
87 compatible = "spidev";
89 spi-max-frequency = <25000000>;
97 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
101 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
109 vbus-supply = <&usbc_vbus_reg>;
112 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
119 vbus-supply = <&usbh_vbus_reg>;
122 backlight: backlight {
123 compatible = "pwm-backlight";
126 pwms = <&pwm 0 5000000>;
127 brightness-levels = <255 128 64 32 16 8 4 0>;
128 default-brightness-level = <6>;
130 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
135 compatible = "fixed-clock";
138 clock-frequency = <16000000>;
139 clock-output-names = "clk16m";
144 compatible = "gpio-keys";
147 label = "SODIMM pin 45 wakeup";
148 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
149 linux,code = <KEY_WAKEUP>;
150 debounce-interval = <10>;
157 * edt,et057090dhu: EDT 5.7" LCD TFT
158 * edt,et070080dh6: EDT 7.0" LCD TFT
160 compatible = "edt,et057090dhu", "simple-panel";
162 backlight = <&backlight>;
166 compatible = "pwm-leds";
170 pwms = <&pwm 1 19600>;
171 max-brightness = <255>;
175 pwms = <&pwm 2 19600>;
176 max-brightness = <255>;
180 pwms = <&pwm 3 19600>;
181 max-brightness = <255>;
186 sys_5v0_reg: regulator@1 {
187 compatible = "regulator-fixed";
189 regulator-name = "5v0";
190 regulator-min-microvolt = <5000000>;
191 regulator-max-microvolt = <5000000>;
195 usbc_vbus_reg: regulator@2 {
196 compatible = "regulator-fixed";
198 regulator-name = "usbc_vbus";
199 regulator-min-microvolt = <5000000>;
200 regulator-max-microvolt = <5000000>;
201 vin-supply = <&sys_5v0_reg>;
205 usbh_vbus_reg: regulator@3 {
206 compatible = "regulator-fixed";
208 regulator-name = "usbh_vbus";
209 regulator-min-microvolt = <5000000>;
210 regulator-max-microvolt = <5000000>;
211 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
212 vin-supply = <&sys_5v0_reg>;