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 = "stm,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>;
90 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
94 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
102 vbus-supply = <&usbc_vbus_reg>;
105 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
112 vbus-supply = <&usbh_vbus_reg>;
115 backlight: backlight {
116 compatible = "pwm-backlight";
119 pwms = <&pwm 0 5000000>;
120 brightness-levels = <255 128 64 32 16 8 4 0>;
121 default-brightness-level = <6>;
123 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
128 compatible = "fixed-clock";
131 clock-frequency = <16000000>;
132 clock-output-names = "clk16m";
137 compatible = "gpio-keys";
141 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
142 linux,code = <KEY_POWER>;
143 debounce-interval = <10>;
150 * edt,et057090dhu: EDT 5.7" LCD TFT
151 * edt,et070080dh6: EDT 7.0" LCD TFT
153 compatible = "edt,et057090dhu", "simple-panel";
155 backlight = <&backlight>;
159 compatible = "pwm-leds";
163 pwms = <&pwm 1 19600>;
164 max-brightness = <255>;
168 pwms = <&pwm 2 19600>;
169 max-brightness = <255>;
173 pwms = <&pwm 3 19600>;
174 max-brightness = <255>;
179 sys_5v0_reg: regulator@1 {
180 compatible = "regulator-fixed";
182 regulator-name = "5v0";
183 regulator-min-microvolt = <5000000>;
184 regulator-max-microvolt = <5000000>;
188 usbc_vbus_reg: regulator@2 {
189 compatible = "regulator-fixed";
191 regulator-name = "usbc_vbus";
192 regulator-min-microvolt = <5000000>;
193 regulator-max-microvolt = <5000000>;
194 vin-supply = <&sys_5v0_reg>;
198 usbh_vbus_reg: regulator@3 {
199 compatible = "regulator-fixed";
201 regulator-name = "usbh_vbus";
202 regulator-min-microvolt = <5000000>;
203 regulator-max-microvolt = <5000000>;
204 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
205 vin-supply = <&sys_5v0_reg>;