Lines Matching +full:broken +full:- +full:pio

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 {
26 gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
30 reg_vcc5v: regulator-vcc5v {
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 mali-supply = <&reg_dcdc1>;
76 vmmc-supply = <&reg_dldo1>;
78 broken-cd;
79 bus-width = <4>;
84 vmmc-supply = <&reg_vcc33_wifi>;
85 vqmmc-supply = <&reg_vcc_wifi_io>;
86 mmc-pwrseq = <&wifi_pwrseq>;
87 bus-width = <4>;
88 non-removable;
89 mmc-ddr-1_8v;
101 compatible = "x-powers,axp313a";
103 interrupt-controller;
104 #interrupt-cells = <1>;
108 regulator-name = "vdd-gpu-sys";
109 regulator-min-microvolt = <810000>;
110 regulator-max-microvolt = <990000>;
111 regulator-always-on;
115 regulator-name = "vdd-cpu";
116 regulator-min-microvolt = <810000>;
117 regulator-max-microvolt = <1100000>;
118 regulator-ramp-delay = <200>;
119 regulator-always-on;
123 regulator-name = "vcc-dram";
124 regulator-min-microvolt = <1350000>;
125 regulator-max-microvolt = <1500000>;
126 regulator-always-on;
130 regulator-name = "vcc-1v8-pll";
131 regulator-min-microvolt = <1800000>;
132 regulator-max-microvolt = <1800000>;
133 regulator-always-on;
137 regulator-name = "vcc-3v3-io";
138 regulator-min-microvolt = <3300000>;
139 regulator-max-microvolt = <3300000>;
140 regulator-always-on;