1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright 2017-2020 Toradex AG
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/pwm/pwm.h>
13 stdout-path = "serial0:115200n8";
17 compatible = "gpio-keys";
18 pinctrl-names = "default";
19 pinctrl-0 = <&pinctrl_gpiokeys>;
23 gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
24 linux,code = <KEY_WAKEUP>;
25 debounce-interval = <10>;
31 compatible = "edt,et057090dhu";
33 power-supply = <®_3v3>;
37 remote-endpoint = <&lcdif_out>;
42 reg_3v3: regulator-3v3 {
43 compatible = "regulator-fixed";
44 regulator-name = "3.3V";
45 regulator-min-microvolt = <3300000>;
46 regulator-max-microvolt = <3300000>;
49 reg_5v0: regulator-5v0 {
50 compatible = "regulator-fixed";
51 regulator-name = "5V";
52 regulator-min-microvolt = <5000000>;
53 regulator-max-microvolt = <5000000>;
56 reg_usbh_vbus: regulator-usbh-vbus {
57 compatible = "regulator-fixed";
58 pinctrl-names = "default";
59 pinctrl-0 = <&pinctrl_usbh_reg>;
60 regulator-name = "VCC_USB[1-4]";
61 regulator-min-microvolt = <5000000>;
62 regulator-max-microvolt = <5000000>;
63 gpio = <&gpio4 7 GPIO_ACTIVE_LOW>;
64 vin-supply = <®_5v0>;
73 * ADC2 is not available on the Aster board and
74 * conflicts with AD7879 resistive touchscreen.
81 brightness-levels = <0 4 8 16 32 64 128 255>;
82 default-brightness-level = <6>;
83 power-supply = <®_3v3>;
94 /* Microchip/Atmel maxtouch controller */
96 compatible = "atmel,maxtouch";
97 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_gpiotouch>;
100 interrupt-parent = <&gpio2>;
101 interrupts = <15 IRQ_TYPE_EDGE_FALLING>; /* SODIMM 107 */
102 reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; /* SODIMM 106 */
105 /* M41T0M6 real time clock on carrier board */
107 compatible = "st,m41t0";
113 pinctrl_gpiotouch: touchgpios {
115 MX7D_PAD_EPDC_DATA15__GPIO2_IO15 0x74
116 MX7D_PAD_EPDC_BDR0__GPIO2_IO28 0x14
125 lcdif_out: endpoint {
126 remote-endpoint = <&panel_in>;
164 keep-power-in-suspend;
167 vmmc-supply = <®_3v3>;