Lines Matching +full:charge +full:- +full:status +full:- +full:gpios

4  * Based on sun8i-h3-orangepi-one.dts, which is:
7 * This file is dual-licensed: you can use it either under the terms
24 * b) Permission is hereby granted, free of charge, to any person
46 /dts-v1/;
47 #include "sun8i-h3.dtsi"
48 #include "sunxi-common-regulators.dtsi"
50 #include <dt-bindings/gpio/gpio.h>
51 #include <dt-bindings/input/input.h>
55 compatible = "xunlong,orangepi-zero", "allwinner,sun8i-h2-plus";
59 /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
65 stdout-path = "serial0:115200n8";
69 compatible = "gpio-leds";
73 gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
74 default-state = "on";
78 label = "orangepi:red:status";
79 gpios = <&pio 0 17 GPIO_ACTIVE_HIGH>;
84 compatible = "regulator-fixed";
85 regulator-min-microvolt = <3300000>;
86 regulator-max-microvolt = <3300000>;
87 regulator-name = "vcc-wifi";
88 enable-active-high;
92 reg_vdd_cpux: vdd-cpux-regulator {
93 compatible = "regulator-gpio";
94 regulator-name = "vdd-cpux";
95 regulator-type = "voltage";
96 regulator-boot-on;
97 regulator-always-on;
98 regulator-min-microvolt = <1100000>;
99 regulator-max-microvolt = <1300000>;
100 regulator-ramp-delay = <50>; /* 4ms */
102 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
103 enable-active-high;
104 gpios-states = <1>;
109 compatible = "mmc-pwrseq-simple";
110 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>;
111 post-power-on-delay-ms = <200>;
116 cpu-supply = <&reg_vdd_cpux>;
120 status = "okay";
124 status = "okay";
128 phy-handle = <&int_mii_phy>;
129 phy-mode = "mii";
130 allwinner,leds-active-low;
131 status = "okay";
135 vmmc-supply = <&reg_vcc3v3>;
136 bus-width = <4>;
137 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
138 status = "okay";
142 vmmc-supply = <&reg_vcc_wifi>;
143 mmc-pwrseq = <&wifi_pwrseq>;
144 bus-width = <4>;
145 non-removable;
146 status = "okay";
150 * alias for it (which e.g. makes u-boot set a mac-address).
158 status = "okay";
162 status = "okay";
167 status = "disabled";
170 #address-cells = <1>;
171 #size-cells = <1>;
174 spi-max-frequency = <40000000>;
179 pinctrl-names = "default";
180 pinctrl-0 = <&uart0_pa_pins>;
181 status = "okay";
185 pinctrl-names = "default";
186 pinctrl-0 = <&uart1_pins>;
187 status = "disabled";
191 pinctrl-names = "default";
192 pinctrl-0 = <&uart2_pins>;
193 status = "disabled";
198 status = "okay";
203 * USB Type-A port VBUS is always on. However, MicroUSB VBUS can only
207 status = "okay";
208 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */