1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Copyright 2016-2020 Toradex
13 stdout-path = "serial0:115200n8";
16 /* fixed crystal dedicated to mpc258x */
18 compatible = "fixed-clock";
20 clock-frequency = <16000000>;
24 compatible = "gpio-keys";
25 pinctrl-names = "default";
26 pinctrl-0 = <&pinctrl_gpiokeys>;
30 gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
31 linux,code = <KEY_WAKEUP>;
32 debounce-interval = <10>;
38 compatible = "edt,et057090dhu";
40 power-supply = <®_3v3>;
44 remote-endpoint = <&lcdif_out>;
49 reg_3v3: regulator-3v3 {
50 compatible = "regulator-fixed";
51 regulator-name = "3.3V";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
56 reg_5v0: regulator-5v0 {
57 compatible = "regulator-fixed";
58 regulator-name = "5V";
59 regulator-min-microvolt = <5000000>;
60 regulator-max-microvolt = <5000000>;
63 reg_usbh_vbus: regulator-usbh-vbus {
64 compatible = "regulator-fixed";
65 pinctrl-names = "default";
66 pinctrl-0 = <&pinctrl_usbh_reg>;
67 regulator-name = "VCC_USB[1-4]";
68 regulator-min-microvolt = <5000000>;
69 regulator-max-microvolt = <5000000>;
70 gpio = <&gpio4 7 GPIO_ACTIVE_LOW>;
71 vin-supply = <®_5v0>;
76 brightness-levels = <0 4 8 16 32 64 128 255>;
77 default-brightness-level = <6>;
78 power-supply = <®_3v3>;
95 compatible = "microchip,mcp2515";
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_can_int>;
100 interrupt-parent = <&gpio5>;
101 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
102 spi-max-frequency = <10000000>;
103 vdd-supply = <®_3v3>;
104 xceiver-supply = <®_5v0>;
117 * Touchscreen is using SODIMM 28/30, also used for PWM<B>, PWM<C>,
118 * aka pwm2, pwm3. so if you enable touchscreen, disable the pwms
121 compatible = "atmel,maxtouch";
122 pinctrl-names = "default";
123 pinctrl-0 = <&pinctrl_gpiotouch>;
125 interrupt-parent = <&gpio1>;
126 interrupts = <9 IRQ_TYPE_EDGE_FALLING>; /* SODIMM 28 */
127 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* SODIMM 30 */
131 /* M41T0M6 real time clock on carrier board */
133 compatible = "st,m41t0";
142 lcdif_out: endpoint {
143 remote-endpoint = <&panel_in>;
181 keep-power-in-suspend;
183 vmmc-supply = <®_3v3>;
188 pinctrl_gpiotouch: touchgpios {
190 MX7D_PAD_GPIO1_IO09__GPIO1_IO9 0x74
191 MX7D_PAD_GPIO1_IO10__GPIO1_IO10 0x14