3 #include "tegra30-colibri.dtsi"
6 model = "Toradex Colibri T30 on Colibri Evaluation Board";
7 compatible = "toradex,colibri_t30-eval-v3", "toradex,colibri_t30", "nvidia,tegra30";
10 rtc0 = "/i2c@7000c000/rtc@68";
11 rtc1 = "/i2c@7000d000/tps65911@2d";
12 rtc2 = "/rtc@7000e000";
22 nvidia,panel = <&panel>;
35 compatible = "nvidia,tegra30-hsuart";
40 compatible = "nvidia,tegra30-hsuart";
49 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
54 clock-frequency = <100000>;
56 /* M41T0M6 real time clock on carrier board */
58 compatible = "st,m41t00";
63 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
64 hdmiddc: i2c@7000c700 {
68 /* SPI1: Colibri SSP */
71 spi-max-frequency = <25000000>;
73 compatible = "microchip,mcp2515";
76 interrupt-parent = <&gpio>;
77 interrupts = <TEGRA_GPIO(S, 0) GPIO_ACTIVE_LOW>;
78 spi-max-frequency = <10000000>;
81 compatible = "spidev";
83 spi-max-frequency = <25000000>;
91 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
95 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
103 vbus-supply = <&usbc_vbus_reg>;
106 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
113 vbus-supply = <&usbh_vbus_reg>;
116 backlight: backlight {
117 compatible = "pwm-backlight";
120 pwms = <&pwm 0 5000000>;
121 brightness-levels = <255 128 64 32 16 8 4 0>;
122 default-brightness-level = <6>;
124 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
129 compatible = "fixed-clock";
132 clock-frequency = <16000000>;
133 clock-output-names = "clk16m";
138 compatible = "gpio-keys";
141 label = "SODIMM pin 45 wakeup";
142 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
143 linux,code = <KEY_WAKEUP>;
144 debounce-interval = <10>;
151 * edt,et057090dhu: EDT 5.7" LCD TFT
152 * edt,et070080dh6: EDT 7.0" LCD TFT
154 compatible = "edt,et057090dhu", "simple-panel";
156 backlight = <&backlight>;
160 compatible = "pwm-leds";
164 pwms = <&pwm 1 19600>;
165 max-brightness = <255>;
169 pwms = <&pwm 2 19600>;
170 max-brightness = <255>;
174 pwms = <&pwm 3 19600>;
175 max-brightness = <255>;
180 sys_5v0_reg: regulator@1 {
181 compatible = "regulator-fixed";
183 regulator-name = "5v0";
184 regulator-min-microvolt = <5000000>;
185 regulator-max-microvolt = <5000000>;
189 usbc_vbus_reg: regulator@2 {
190 compatible = "regulator-fixed";
192 regulator-name = "usbc_vbus";
193 regulator-min-microvolt = <5000000>;
194 regulator-max-microvolt = <5000000>;
195 vin-supply = <&sys_5v0_reg>;
199 usbh_vbus_reg: regulator@3 {
200 compatible = "regulator-fixed";
202 regulator-name = "usbh_vbus";
203 regulator-min-microvolt = <5000000>;
204 regulator-max-microvolt = <5000000>;
205 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
206 vin-supply = <&sys_5v0_reg>;