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 = <100000>;
61 /* M41T0M6 real time clock on carrier board */
63 compatible = "st,m41t00";
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>;
82 interrupts = <TEGRA_GPIO(S, 0) GPIO_ACTIVE_LOW>;
83 spi-max-frequency = <10000000>;
86 compatible = "spidev";
88 spi-max-frequency = <25000000>;
96 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
100 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
108 vbus-supply = <&usbc_vbus_reg>;
111 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
118 vbus-supply = <&usbh_vbus_reg>;
121 backlight: backlight {
122 compatible = "pwm-backlight";
125 pwms = <&pwm 0 5000000>;
126 brightness-levels = <255 128 64 32 16 8 4 0>;
127 default-brightness-level = <6>;
129 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
134 compatible = "fixed-clock";
137 clock-frequency = <16000000>;
138 clock-output-names = "clk16m";
143 compatible = "gpio-keys";
146 label = "SODIMM pin 45 wakeup";
147 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
148 linux,code = <KEY_WAKEUP>;
149 debounce-interval = <10>;
156 * edt,et057090dhu: EDT 5.7" LCD TFT
157 * edt,et070080dh6: EDT 7.0" LCD TFT
159 compatible = "edt,et057090dhu", "simple-panel";
161 backlight = <&backlight>;
165 compatible = "pwm-leds";
169 pwms = <&pwm 1 19600>;
170 max-brightness = <255>;
174 pwms = <&pwm 2 19600>;
175 max-brightness = <255>;
179 pwms = <&pwm 3 19600>;
180 max-brightness = <255>;
185 sys_5v0_reg: regulator@1 {
186 compatible = "regulator-fixed";
188 regulator-name = "5v0";
189 regulator-min-microvolt = <5000000>;
190 regulator-max-microvolt = <5000000>;
194 usbc_vbus_reg: regulator@2 {
195 compatible = "regulator-fixed";
197 regulator-name = "usbc_vbus";
198 regulator-min-microvolt = <5000000>;
199 regulator-max-microvolt = <5000000>;
200 vin-supply = <&sys_5v0_reg>;
204 usbh_vbus_reg: regulator@3 {
205 compatible = "regulator-fixed";
207 regulator-name = "usbh_vbus";
208 regulator-min-microvolt = <5000000>;
209 regulator-max-microvolt = <5000000>;
210 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
211 vin-supply = <&sys_5v0_reg>;