Lines Matching +full:avcc +full:- +full:supply
4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun5i-a13.dtsi"
45 #include "sunxi-common-regulators.dtsi"
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/pwm/pwm.h>
53 compatible = "empire-electronix,d709", "allwinner,sun5i-a13";
60 compatible = "pwm-backlight";
62 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
63 default-brightness-level = <8>;
68 stdout-path = "serial0:115200n8";
73 cpu-supply = <®_dcdc2>;
101 vref-supply = <®_ldo2>;
104 button-200 {
111 button-400 {
120 vmmc-supply = <®_vcc3v3>;
121 bus-width = <4>;
122 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
131 pinctrl-names = "default";
132 pinctrl-0 = <&pwm0_pin>;
137 regulator-always-on;
138 regulator-min-microvolt = <1000000>;
139 regulator-max-microvolt = <1400000>;
140 regulator-name = "vdd-cpu";
144 regulator-always-on;
145 regulator-min-microvolt = <1250000>;
146 regulator-max-microvolt = <1250000>;
147 regulator-name = "vdd-int-pll";
151 regulator-name = "vdd-rtc";
155 regulator-always-on;
156 regulator-min-microvolt = <3000000>;
157 regulator-max-microvolt = <3000000>;
158 regulator-name = "avcc";
162 regulator-min-microvolt = <3300000>;
163 regulator-max-microvolt = <3300000>;
164 regulator-name = "vcc-wifi";
173 pinctrl-names = "default";
174 pinctrl-0 = <&uart1_pg_pins>;
184 usb0_id_det-gpios = <&pio 6 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PG2 */
185 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
186 usb0_vbus-supply = <®_usb0_vbus>;
187 usb1_vbus-supply = <®_ldo3>;