Lines Matching +full:vcc33 +full:- +full:supply

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "sun50i-h616.dtsi"
9 #include "sun50i-h616-cpu-opp.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/leds/common.h>
21 compatible = "gpio-leds";
23 led-0 {
30 reg_vcc5v: regulator-vcc5v {
31 /* board wide 5V supply from carrier boards */
32 compatible = "regulator-fixed";
33 regulator-name = "vcc-5v";
34 regulator-min-microvolt = <5000000>;
35 regulator-max-microvolt = <5000000>;
36 regulator-always-on;
39 reg_vcc33_wifi: vcc33-wifi {
40 compatible = "regulator-fixed";
41 regulator-name = "vcc33-wifi";
42 regulator-min-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
44 regulator-always-on;
45 vin-supply = <&reg_vcc5v>;
48 reg_vcc_wifi_io: vcc-wifi-io {
49 compatible = "regulator-fixed";
50 regulator-name = "vcc-wifi-io";
51 regulator-min-microvolt = <1800000>;
52 regulator-max-microvolt = <1800000>;
53 regulator-always-on;
54 vin-supply = <&reg_vcc33_wifi>;
57 wifi_pwrseq: wifi-pwrseq {
58 compatible = "mmc-pwrseq-simple";
60 clock-names = "ext_clock";
61 reset-gpios = <&pio 6 18 GPIO_ACTIVE_LOW>; /* PG18 */
62 post-power-on-delay-ms = <200>;
67 cpu-supply = <&reg_dcdc2>;
71 vmmc-supply = <&reg_dldo1>;
73 broken-cd;
74 bus-width = <4>;
79 vmmc-supply = <&reg_vcc33_wifi>;
80 vqmmc-supply = <&reg_vcc_wifi_io>;
81 mmc-pwrseq = <&wifi_pwrseq>;
82 bus-width = <4>;
83 non-removable;
84 mmc-ddr-1_8v;
96 compatible = "x-powers,axp313a";
98 interrupt-controller;
99 #interrupt-cells = <1>;
103 regulator-name = "vdd-gpu-sys";
104 regulator-min-microvolt = <810000>;
105 regulator-max-microvolt = <990000>;
106 regulator-always-on;
110 regulator-name = "vdd-cpu";
111 regulator-min-microvolt = <810000>;
112 regulator-max-microvolt = <1100000>;
113 regulator-ramp-delay = <200>;
114 regulator-always-on;
118 regulator-name = "vcc-dram";
119 regulator-min-microvolt = <1350000>;
120 regulator-max-microvolt = <1500000>;
121 regulator-always-on;
125 regulator-name = "vcc-1v8-pll";
126 regulator-min-microvolt = <1800000>;
127 regulator-max-microvolt = <1800000>;
128 regulator-always-on;
132 regulator-name = "vcc-3v3-io";
133 regulator-min-microvolt = <3300000>;
134 regulator-max-microvolt = <3300000>;
135 regulator-always-on;