Lines Matching +full:charge +full:- +full:enable +full:- +full:gpios
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
7 stdout-path = &uart1;
11 compatible = "pwm-backlight";
13 brightness-levels = <0 4 8 16 32 64 128 255>;
14 default-brightness-level = <7>;
15 power-supply = <®_5v>;
19 gpio-keys {
20 compatible = "gpio-keys";
21 pinctrl-names = "default";
22 pinctrl-0 = <&pinctrl_gpio_keys>;
24 user-button {
26 gpios = <&gpio2 11 GPIO_ACTIVE_LOW>;
28 wakeup-source;
33 compatible = "gpio-leds";
35 user-led {
37 pinctrl-names = "default";
38 pinctrl-0 = <&pinctrl_led>;
39 gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;
40 linux,default-trigger = "heartbeat";
45 compatible = "w1-gpio";
46 pinctrl-names = "default";
47 pinctrl-0 = <&pinctrl_w1>;
48 gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
52 compatible = "armadeus,st0700-adapt";
53 power-supply = <®_3v3>;
58 remote-endpoint = <&lcdif_out>;
63 reg_5v: regulator-5v {
64 compatible = "regulator-fixed";
65 regulator-name = "5V";
66 regulator-min-microvolt = <5000000>;
67 regulator-max-microvolt = <5000000>;
70 reg_usbotg1_vbus: regulator-usbotg1vbus {
71 compatible = "regulator-fixed";
72 regulator-name = "usbotg1vbus";
73 regulator-min-microvolt = <5000000>;
74 regulator-max-microvolt = <5000000>;
75 pinctrl-names = "default";
76 pinctrl-0 = <&pinctrl_usbotg1_vbus>;
78 enable-active-high;
81 reg_usbotg2_vbus: regulator-usbotg2vbus {
82 compatible = "regulator-fixed";
83 regulator-name = "usbotg2vbus";
84 regulator-min-microvolt = <5000000>;
85 regulator-max-microvolt = <5000000>;
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_usbotg2_vbus>;
89 enable-active-high;
94 vref-supply = <®_3v3>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&pinctrl_flexcan1>;
101 xceiver-supply = <®_5v>;
106 pinctrl-names = "default";
107 pinctrl-0 = <&pinctrl_flexcan2>;
108 xceiver-supply = <®_5v>;
113 pinctrl-names = "default";
114 pinctrl-0 = <&pinctrl_ecspi4>;
115 cs-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>, <&gpio4 3 GPIO_ACTIVE_LOW>;
121 spi-max-frequency = <5000000>;
127 spi-max-frequency = <5000000>;
132 pinctrl-names = "default";
133 pinctrl-0 = <&pinctrl_i2c1>;
134 clock-frequency = <400000>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_i2c2>;
141 clock-frequency = <400000>;
146 pinctrl-names = "default";
147 pinctrl-0 = <&pinctrl_lcdif>;
152 remote-endpoint = <&panel_in>;
158 #pwm-cells = <2>;
159 pinctrl-names = "default";
160 pinctrl-0 = <&pinctrl_pwm3>;
169 pinctrl-names = "default";
170 pinctrl-0 = <&pinctrl_tsc>;
171 xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
172 measure-delay-time = <0xffff>;
173 pre-charge-time = <0xffff>;
178 pinctrl-names = "default";
179 pinctrl-0 = <&pinctrl_uart1>;
184 pinctrl-names = "default";
185 pinctrl-0 = <&pinctrl_uart2>;
190 pinctrl-names = "default";
191 pinctrl-0 = <&pinctrl_usbotg1_id>;
192 vbus-supply = <®_usbotg1_vbus>;
194 disable-over-current;
199 vbus-supply = <®_usbotg2_vbus>;
201 disable-over-current;
206 pinctrl-names = "default";
207 pinctrl-0 = <&pinctrl_gpios>;