Lines Matching +full:our +full:- +full:claim +full:- +full:gpios
2 * Copyright (c) 2017 Free Electrons <maxime.ripard@free-electrons.com>
4 * This file is dual-licensed: you can use it either under the terms
37 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43 /dts-v1/;
44 #include "sun8i-a33.dtsi"
46 #include <dt-bindings/gpio/gpio.h>
50 compatible = "sinovoip,bananapi-m2m", "allwinner,sun8i-a33";
61 stdout-path = "serial0:115200n8";
65 compatible = "gpio-leds";
67 led-0 {
68 label = "bpi-m2m:blue:usr";
69 gpios = <&pio 2 7 GPIO_ACTIVE_LOW>;
72 led-1 {
73 label = "bpi-m2m:green:usr";
74 gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>;
77 led-2 {
78 label = "bpi-m2m:red:power";
79 gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;
80 default-state = "on";
85 compatible = "regulator-fixed";
86 regulator-name = "vcc5v0";
87 regulator-min-microvolt = <5000000>;
88 regulator-max-microvolt = <5000000>;
92 compatible = "mmc-pwrseq-simple";
93 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL06 */
95 clock-names = "ext_clock";
104 cpu-supply = <®_dcdc3>;
108 opp-1104000000 {
109 opp-hz = /bits/ 64 <1104000000>;
110 opp-microvolt = <1320000>;
111 clock-latency-ns = <244144>; /* 8 32k periods */
114 opp-1200000000 {
115 opp-hz = /bits/ 64 <1200000000>;
116 opp-microvolt = <1320000>;
117 clock-latency-ns = <244144>; /* 8 32k periods */
130 vmmc-supply = <®_dcdc1>;
131 bus-width = <4>;
132 cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */
137 pinctrl-names = "default";
138 pinctrl-0 = <&mmc1_pg_pins>;
139 vmmc-supply = <®_aldo1>;
140 mmc-pwrseq = <&wifi_pwrseq>;
141 bus-width = <4>;
142 non-removable;
147 pinctrl-names = "default";
148 pinctrl-0 = <&mmc2_8bit_pins>;
149 vmmc-supply = <®_dcdc1>;
150 bus-width = <8>;
151 non-removable;
152 cap-mmc-hw-reset;
164 compatible = "x-powers,axp223";
166 interrupt-parent = <&r_intc>;
168 eldoin-supply = <®_dcdc1>;
169 x-powers,drive-vbus-en;
180 regulator-always-on;
181 regulator-min-microvolt = <3000000>;
182 regulator-max-microvolt = <3000000>;
183 regulator-name = "vcc-io";
187 regulator-always-on;
188 regulator-min-microvolt = <2500000>;
189 regulator-max-microvolt = <2500000>;
190 regulator-name = "vdd-dll";
194 regulator-always-on;
195 regulator-min-microvolt = <3000000>;
196 regulator-max-microvolt = <3000000>;
197 regulator-name = "avcc";
201 regulator-name = "vcc-lcd";
205 regulator-always-on;
206 regulator-min-microvolt = <900000>;
207 regulator-max-microvolt = <1400000>;
208 regulator-name = "vdd-cpus";
212 regulator-always-on;
213 regulator-min-microvolt = <3000000>;
214 regulator-max-microvolt = <3000000>;
215 regulator-name = "vcc-3v0";
219 regulator-always-on;
220 regulator-min-microvolt = <900000>;
221 regulator-max-microvolt = <1400000>;
222 regulator-name = "vdd-sys";
226 regulator-always-on;
227 regulator-min-microvolt = <900000>;
228 regulator-max-microvolt = <1400000>;
229 regulator-name = "vdd-cpu";
233 regulator-always-on;
234 regulator-min-microvolt = <1500000>;
235 regulator-max-microvolt = <1500000>;
236 regulator-name = "vcc-dram";
240 * Our WiFi chip needs both DLDO1 and DLDO2 to be powered at the same
246 regulator-always-on;
247 regulator-min-microvolt = <3300000>;
248 regulator-max-microvolt = <3300000>;
249 regulator-name = "vcc-wifi0";
253 regulator-always-on;
254 regulator-min-microvolt = <3300000>;
255 regulator-max-microvolt = <3300000>;
256 regulator-name = "vcc-wifi1";
260 regulator-name = "usb0-vbus";
265 regulator-name = "vcc-rtc";
273 pinctrl-names = "default";
274 pinctrl-0 = <&uart0_pb_pins>;
279 pinctrl-names = "default";
280 pinctrl-0 = <&uart1_pg_pins>, <&uart1_cts_rts_pg_pins>;
281 uart-has-rtscts;
285 compatible = "brcm,bcm43438-bt";
287 clock-names = "lpo";
288 vbat-supply = <®_dldo1>;
289 vddio-supply = <®_aldo3>;
290 device-wakeup-gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
291 host-wakeup-gpios = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
292 shutdown-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
306 usb0_id_det-gpios = <&pio 7 8 GPIO_ACTIVE_HIGH>; /* PH8 */
307 usb0_vbus_power-supply = <&usb_power_supply>;
308 usb0_vbus-supply = <®_drivevbus>;
309 usb1_vbus-supply = <®_vcc5v0>;