1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/input/input.h>
5 #include "tegra30-colibri.dtsi"
8 model = "Toradex Colibri T30 on Colibri Evaluation Board";
9 compatible = "toradex,colibri_t30-eval-v3", "toradex,colibri_t30",
13 rtc0 = "/i2c@7000c000/rtc@68";
14 rtc1 = "/i2c@7000d000/pmic@2d";
15 rtc2 = "/rtc@7000e000";
22 stdout-path = "serial0:115200n8";
29 nvidia,panel = <&panel>;
35 hdmi-supply = <®_5v0>;
59 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
64 clock-frequency = <400000>;
66 /* M41T0M6 real time clock on carrier board */
68 compatible = "st,m41t0";
73 /* GEN2_I2C: unused */
75 /* CAM_I2C (I2C3): unused */
77 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
82 /* SPI1: Colibri SSP */
85 spi-max-frequency = <25000000>;
88 compatible = "microchip,mcp2515";
91 interrupt-parent = <&gpio>;
93 interrupts = <TEGRA_GPIO(S, 0) IRQ_TYPE_EDGE_FALLING>;
94 spi-max-frequency = <10000000>;
95 vdd-supply = <®_3v3>;
96 xceiver-supply = <®_5v0>;
104 cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>; /* MMCD */
108 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
116 vbus-supply = <®_usbc_vbus>;
119 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
126 vbus-supply = <®_usbh_vbus>;
129 backlight: backlight {
130 compatible = "pwm-backlight";
131 brightness-levels = <255 128 64 32 16 8 4 0>;
132 default-brightness-level = <6>;
134 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
135 power-supply = <®_3v3>;
136 pwms = <&pwm 0 5000000>; /* PWM<A> */
140 compatible = "fixed-clock";
142 clock-frequency = <16000000>;
146 compatible = "gpio-keys";
149 label = "SODIMM pin 45 wakeup";
150 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
151 linux,code = <KEY_WAKEUP>;
152 debounce-interval = <10>;
159 * edt,et057090dhu: EDT 5.7" LCD TFT
160 * edt,et070080dh6: EDT 7.0" LCD TFT
162 compatible = "edt,et057090dhu";
163 backlight = <&backlight>;
164 power-supply = <®_3v3>;
167 reg_3v3: regulator-3v3 {
168 compatible = "regulator-fixed";
169 regulator-name = "3.3V_SW";
170 regulator-min-microvolt = <3300000>;
171 regulator-max-microvolt = <3300000>;
174 reg_5v0: regulator-5v0 {
175 compatible = "regulator-fixed";
176 regulator-name = "5V_SW";
177 regulator-min-microvolt = <5000000>;
178 regulator-max-microvolt = <5000000>;
181 reg_usbc_vbus: regulator-usbc-vbus {
182 compatible = "regulator-fixed";
183 regulator-name = "VCC_USB5";
184 regulator-min-microvolt = <5000000>;
185 regulator-max-microvolt = <5000000>;
186 vin-supply = <®_5v0>;
189 /* USBH_PEN resp. USB_P_EN */
190 reg_usbh_vbus: regulator-usbh-vbus {
191 compatible = "regulator-fixed";
192 regulator-name = "VCC_USB[1-4]";
193 regulator-min-microvolt = <5000000>;
194 regulator-max-microvolt = <5000000>;
195 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
196 vin-supply = <®_5v0>;