1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright 2017 Toradex AG
8 stdout-path = "serial0:115200n8";
12 compatible = "gpio-keys";
13 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_snvs_gpiokeys>;
18 gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
19 linux,code = <KEY_WAKEUP>;
20 debounce-interval = <10>;
25 /* fixed crystal dedicated to mcp2515 */
27 compatible = "fixed-clock";
29 clock-frequency = <16000000>;
33 compatible = "edt,et057090dhu";
35 power-supply = <®_3v3>;
39 remote-endpoint = <&lcdif_out>;
44 reg_3v3: regulator-3v3 {
45 compatible = "regulator-fixed";
46 regulator-name = "3.3V";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
51 reg_5v0: regulator-5v0 {
52 compatible = "regulator-fixed";
53 regulator-name = "5V";
54 regulator-min-microvolt = <5000000>;
55 regulator-max-microvolt = <5000000>;
58 reg_usbh_vbus: regulator-usbh-vbus {
59 compatible = "regulator-fixed";
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_usbh_reg>;
62 regulator-name = "VCC_USB[1-4]";
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
65 gpio = <&gpio1 2 GPIO_ACTIVE_LOW>;
66 vin-supply = <®_5v0>;
75 brightness-levels = <0 4 8 16 32 64 128 255>;
76 default-brightness-level = <6>;
77 power-supply = <®_3v3>;
78 pwms = <&pwm4 0 5000000 1>;
86 compatible = "microchip,mcp2515";
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_can_int>;
91 interrupt-parent = <&gpio2>;
92 interrupts = <4 IRQ_TYPE_EDGE_FALLING>;
93 spi-max-frequency = <10000000>;
94 vdd-supply = <®_3v3>;
95 xceiver-supply = <®_5v0>;
103 /* M41T0M6 real time clock on carrier board */
105 compatible = "st,m41t0";
114 lcdif_out: endpoint {
115 remote-endpoint = <&panel_in>;
157 vbus-supply = <®_usbh_vbus>;
162 pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
163 pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_snvs_usdhc1_cd>;
164 pinctrl-1 = <&pinctrl_usdhc1_100mhz &pinctrl_snvs_usdhc1_cd>;
165 pinctrl-2 = <&pinctrl_usdhc1_200mhz &pinctrl_snvs_usdhc1_cd>;
166 pinctrl-3 = <&pinctrl_usdhc1 &pinctrl_snvs_usdhc1_sleep_cd>;
167 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
170 keep-power-in-suspend;
171 vmmc-supply = <®_3v3>;
172 vqmmc-supply = <®_sd1_vmmc>;