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 nvidia,panel = <&panel>;
32 compatible = "nvidia,tegra30-hsuart";
37 compatible = "nvidia,tegra30-hsuart";
46 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
51 clock-frequency = <100000>;
53 /* M41T0M6 real time clock on carrier board */
55 compatible = "stm,m41t00";
60 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
61 hdmiddc: i2c@7000c700 {
65 /* SPI1: Colibri SSP */
68 spi-max-frequency = <25000000>;
70 compatible = "microchip,mcp2515";
73 interrupt-parent = <&gpio>;
74 interrupts = <TEGRA_GPIO(S, 0) GPIO_ACTIVE_LOW>;
75 spi-max-frequency = <10000000>;
78 compatible = "spidev";
80 spi-max-frequency = <25000000>;
87 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
91 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
99 vbus-supply = <&usbc_vbus_reg>;
102 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
109 vbus-supply = <&usbh_vbus_reg>;
112 backlight: backlight {
113 compatible = "pwm-backlight";
116 pwms = <&pwm 0 5000000>;
117 brightness-levels = <255 128 64 32 16 8 4 0>;
118 default-brightness-level = <6>;
120 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
125 compatible = "fixed-clock";
128 clock-frequency = <16000000>;
129 clock-output-names = "clk16m";
134 compatible = "gpio-keys";
138 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
139 linux,code = <KEY_POWER>;
140 debounce-interval = <10>;
147 * edt,et057090dhu: EDT 5.7" LCD TFT
148 * edt,et070080dh6: EDT 7.0" LCD TFT
150 compatible = "edt,et057090dhu", "simple-panel";
152 backlight = <&backlight>;
156 compatible = "pwm-leds";
160 pwms = <&pwm 1 19600>;
161 max-brightness = <255>;
165 pwms = <&pwm 2 19600>;
166 max-brightness = <255>;
170 pwms = <&pwm 3 19600>;
171 max-brightness = <255>;
176 sys_5v0_reg: regulator@1 {
177 compatible = "regulator-fixed";
179 regulator-name = "5v0";
180 regulator-min-microvolt = <5000000>;
181 regulator-max-microvolt = <5000000>;
185 usbc_vbus_reg: regulator@2 {
186 compatible = "regulator-fixed";
188 regulator-name = "usbc_vbus";
189 regulator-min-microvolt = <5000000>;
190 regulator-max-microvolt = <5000000>;
191 vin-supply = <&sys_5v0_reg>;
195 usbh_vbus_reg: regulator@3 {
196 compatible = "regulator-fixed";
198 regulator-name = "usbh_vbus";
199 regulator-min-microvolt = <5000000>;
200 regulator-max-microvolt = <5000000>;
201 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
202 vin-supply = <&sys_5v0_reg>;