Lines Matching +full:charge +full:- +full:status +full:- +full:gpios
4 * This file is dual-licensed: you can use it either under the terms
21 * b) Permission is hereby granted, free of charge, to any person
43 /dts-v1/;
44 #include "sun8i-h3.dtsi"
45 #include "sunxi-common-regulators.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/input/input.h>
52 compatible = "xunlong,orangepi-one", "allwinner,sun8i-h3";
60 stdout-path = "serial0:115200n8";
64 compatible = "hdmi-connector";
69 remote-endpoint = <&hdmi_out_con>;
75 compatible = "gpio-leds";
79 gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
80 default-state = "on";
84 label = "orangepi:red:status";
85 gpios = <&pio 0 15 GPIO_ACTIVE_HIGH>;
90 compatible = "gpio-keys";
95 gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;
99 reg_vdd_cpux: vdd-cpux-regulator {
100 compatible = "regulator-gpio";
101 regulator-name = "vdd-cpux";
102 regulator-type = "voltage";
103 regulator-boot-on;
104 regulator-always-on;
105 regulator-min-microvolt = <1100000>;
106 regulator-max-microvolt = <1300000>;
107 regulator-ramp-delay = <50>; /* 4ms */
109 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
110 enable-active-high;
111 gpios-states = <0x1>;
117 cpu-supply = <®_vdd_cpux>;
121 status = "okay";
125 status = "okay";
129 status = "okay";
133 phy-handle = <&int_mii_phy>;
134 phy-mode = "mii";
135 allwinner,leds-active-low;
136 status = "okay";
140 status = "okay";
145 remote-endpoint = <&hdmi_con_in>;
150 vmmc-supply = <®_vcc3v3>;
151 bus-width = <4>;
152 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
153 status = "okay";
157 status = "okay";
161 status = "okay";
166 status = "okay";
170 pinctrl-names = "default";
171 pinctrl-0 = <&uart0_pa_pins>;
172 status = "okay";
176 pinctrl-names = "default";
177 pinctrl-0 = <&uart1_pins>;
178 status = "disabled";
182 pinctrl-names = "default";
183 pinctrl-0 = <&uart2_pins>;
184 status = "disabled";
188 pinctrl-names = "default";
189 pinctrl-0 = <&uart3_pins>;
190 status = "disabled";
195 status = "okay";
199 /* USB Type-A port's VBUS is always on */
200 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
201 usb0_vbus-supply = <®_usb0_vbus>;
202 status = "okay";