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";
19 stdout-path = "serial0:115200n8";
26 nvidia,panel = <&panel>;
39 compatible = "nvidia,tegra30-hsuart";
44 compatible = "nvidia,tegra30-hsuart";
53 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
58 clock-frequency = <100000>;
60 /* M41T0M6 real time clock on carrier board */
62 compatible = "st,m41t00";
67 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
68 hdmiddc: i2c@7000c700 {
72 /* SPI1: Colibri SSP */
75 spi-max-frequency = <25000000>;
77 compatible = "microchip,mcp2515";
80 interrupt-parent = <&gpio>;
81 interrupts = <TEGRA_GPIO(S, 0) GPIO_ACTIVE_LOW>;
82 spi-max-frequency = <10000000>;
85 compatible = "spidev";
87 spi-max-frequency = <25000000>;
95 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
99 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
107 vbus-supply = <&usbc_vbus_reg>;
110 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
117 vbus-supply = <&usbh_vbus_reg>;
120 backlight: backlight {
121 compatible = "pwm-backlight";
124 pwms = <&pwm 0 5000000>;
125 brightness-levels = <255 128 64 32 16 8 4 0>;
126 default-brightness-level = <6>;
128 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
133 compatible = "fixed-clock";
136 clock-frequency = <16000000>;
137 clock-output-names = "clk16m";
142 compatible = "gpio-keys";
145 label = "SODIMM pin 45 wakeup";
146 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
147 linux,code = <KEY_WAKEUP>;
148 debounce-interval = <10>;
155 * edt,et057090dhu: EDT 5.7" LCD TFT
156 * edt,et070080dh6: EDT 7.0" LCD TFT
158 compatible = "edt,et057090dhu", "simple-panel";
160 backlight = <&backlight>;
164 compatible = "pwm-leds";
168 pwms = <&pwm 1 19600>;
169 max-brightness = <255>;
173 pwms = <&pwm 2 19600>;
174 max-brightness = <255>;
178 pwms = <&pwm 3 19600>;
179 max-brightness = <255>;
184 sys_5v0_reg: regulator@1 {
185 compatible = "regulator-fixed";
187 regulator-name = "5v0";
188 regulator-min-microvolt = <5000000>;
189 regulator-max-microvolt = <5000000>;
193 usbc_vbus_reg: regulator@2 {
194 compatible = "regulator-fixed";
196 regulator-name = "usbc_vbus";
197 regulator-min-microvolt = <5000000>;
198 regulator-max-microvolt = <5000000>;
199 vin-supply = <&sys_5v0_reg>;
203 usbh_vbus_reg: regulator@3 {
204 compatible = "regulator-fixed";
206 regulator-name = "usbh_vbus";
207 regulator-min-microvolt = <5000000>;
208 regulator-max-microvolt = <5000000>;
209 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
210 vin-supply = <&sys_5v0_reg>;