Lines Matching +full:gpio +full:- +full:charger
1 // SPDX-License-Identifier: GPL-2.0
3 /dts-v1/;
5 #include "pxa300-raumfeld-common.dtsi"
9 compatible = "raumfeld,raumfeld-controller-pxa303", "marvell,pxa300";
11 reg_vbatt: regulator-vbatt {
12 compatible = "regulator-fixed";
13 regulator-name = "vbatt-fixed-supply";
14 regulator-min-microvolt = <3700000>;
15 regulator-max-microvolt = <3700000>;
16 regulator-always-on;
19 lcd_supply: regulator-va-tft {
20 compatible = "regulator-fixed";
21 regulator-name = "va-tft-fixed-supply";
22 regulator-min-microvolt = <5000000>;
23 regulator-max-microvolt = <5000000>;
24 gpio = <&gpio 33 GPIO_ACTIVE_HIGH>;
25 enable-active-high;
29 compatible = "w1-gpio";
30 pinctrl-names = "default";
31 pinctrl-0 = <&w1_pins>;
33 &gpio 126 GPIO_OPEN_DRAIN /* W1 I/O */
34 &gpio 105 GPIO_ACTIVE_HIGH /* pullup */
37 w1_ds2760: slave-ds2760 {
39 power-supplies = <&charger>;
43 charger: charger { label
44 pinctrl-names = "default";
45 pinctrl-0 = <&charger_pins>;
46 compatible = "gpio-charger";
47 charger-type = "mains";
48 gpios = <&gpio 101 GPIO_ACTIVE_LOW>;
55 backlight-controller-pwm {
56 compatible = "pwm-backlight";
57 pinctrl-names = "default";
58 pinctrl-0 = <&pwm0_pins>;
60 power-supply = <®_vbatt>;
63 brightness-levels = <
76 default-brightness-level = <100>;
79 backlight-controller {
81 pinctrl-names = "default";
82 pinctrl-0 = <<3593_pins>;
83 lltc,ctrl-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
88 default-state = "on";
114 pinctrl-0 = <&gpio_keys_pins &dock_detect_pins>;
115 dock-detect {
117 gpios = <&gpio 116 GPIO_ACTIVE_LOW>;
124 compatible = "st,lis302dl-spi";
125 pinctrl-names = "default";
126 pinctrl-0 = <&lis302_pins>;
128 spi-max-frequency = <1000000>;
129 interrupt-parent = <&gpio>;
132 st,click-single-x;
133 st,click-single-y;
134 st,click-single-z;
135 st,click-thresh-x = <10>;
136 st,click-thresh-y = <10>;
137 st,click-thresh-z = <10>;
138 st,irq1-click;
139 st,irq2-click;
140 st,wakeup-x-lo;
141 st,wakeup-x-hi;
142 st,wakeup-y-lo;
143 st,wakeup-y-hi;
144 st,wakeup-z-lo;
145 st,wakeup-z-hi;
151 pinctrl-names = "default";
152 pinctrl-0 = <&lcdc_pins>;
153 lcd-supply = <&lcd_supply>;
157 remote-endpoint = <&panel_in>;
158 bus-width = <16>;
163 compatible = "sharp,lq043t3dx0-panel";
164 display-timings {
165 native-mode = <&timing0>;
167 clock-frequency = <9009000>;
168 pixelclk-active = <0>; /* negative edge */
171 hsync-len = <41>;
172 hback-porch = <2>;
173 hfront-porch = <1>;
174 vsync-len = <10>;
175 vback-porch = <3>;
176 vfront-porch = <1>;
182 remote-endpoint = <&lcdc_out>;
194 compatible = "eeti,exc3000-i2c";
195 pinctrl-names = "default";
196 pinctrl-0 = <&eeti_ts_pins>;
198 interrupt-parent = <&gpio>;
200 attn-gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
201 touchscreen-inverted-y;
206 lis302_pins: lis302-pins {
207 pinctrl-single,pins = <
210 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_PULL_LOW);
213 eeti_ts_pins: eeti-ts-pins {
214 pinctrl-single,pins = <
217 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_FLOAT);
220 lt3593_pins: lt3593-pins {
221 pinctrl-single,pins = <
224 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_PULL_LOW);
227 pwm0_pins: pwm0-pins {
228 pinctrl-single,pins = <
231 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_PULL_LOW);
234 w1_pins: w1-pins {
235 pinctrl-single,pins = <
239 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_FLOAT);
243 pinctrl-single,pins = <
246 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_PULL_HIGH);
247 pinctrl-single,bias-pullup = MPF_PULL_UP;
251 pinctrl-single,pins = <
254 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_PULL_HIGH);
255 pinctrl-single,bias-pullup = MPF_PULL_UP;
258 lcdc_pins: lcdc-pins {
259 pinctrl-single,pins = <
283 pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_PULL_LOW);