Lines Matching +full:regulator +full:- +full:compatible

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "amlogic-c3.dtsi"
12 compatible = "amlogic,aw409", "amlogic,c3";
13 interrupt-parent = <&gic>;
14 #address-cells = <2>;
15 #size-cells = <2>;
27 reserved-memory {
28 #address-cells = <2>;
29 #size-cells = <2>;
34 compatible = "shared-dma-pool";
36 no-map;
40 main_12v: regulator-main-12v {
41 compatible = "regulator-fixed";
42 regulator-name = "12V";
43 regulator-min-microvolt = <12000000>;
44 regulator-max-microvolt = <12000000>;
45 regulator-boot-on;
46 regulator-always-on;
49 vcc_5v: regulator-vcc-5v {
50 compatible = "regulator-fixed";
51 regulator-name = "VCC5V";
52 regulator-min-microvolt = <5000000>;
53 regulator-max-microvolt = <5000000>;
54 vin-supply = <&main_12v>;
55 regulator-boot-on;
56 regulator-always-on;
59 vddq: regulator-vddq {
60 compatible = "regulator-fixed";
61 regulator-name = "VDDQ";
62 regulator-min-microvolt = <1200000>;
63 regulator-max-microvolt = <1200000>;
64 vin-supply = <&main_12v>;
65 regulator-boot-on;
66 regulator-always-on;
69 vddao_3v3: regulator-vddao-3v3 {
70 compatible = "regulator-fixed";
71 regulator-name = "VDDAO3V3";
72 regulator-min-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
74 vin-supply = <&main_12v>;
75 regulator-boot-on;
76 regulator-always-on;
79 vddao_1v8: regulator-vddao-1v8 {
80 compatible = "regulator-fixed";
81 regulator-name = "VDDAO1V8";
82 regulator-min-microvolt = <1800000>;
83 regulator-max-microvolt = <1800000>;
84 vin-supply = <&vddao_3v3>;
85 regulator-boot-on;
86 regulator-always-on;
89 ddr4_2v5: regulator-ddr4-2v5 {
90 compatible = "regulator-fixed";
91 regulator-name = "DDR4_2V5";
92 regulator-min-microvolt = <2500000>;
93 regulator-max-microvolt = <2500000>;
94 vin-supply = <&vddao_3v3>;
95 regulator-boot-on;
96 regulator-always-on;
99 vcc_3v3: regulator-vcc-3v3 {
100 compatible = "regulator-fixed";
101 regulator-name = "VCC3V3";
102 regulator-min-microvolt = <3300000>;
103 regulator-max-microvolt = <3300000>;
104 vin-supply = <&vddao_3v3>;
105 regulator-boot-on;
106 regulator-always-on;
109 vcc_1v8: regulator-vcc-1v8 {
110 compatible = "regulator-fixed";
111 regulator-name = "VCC1V8";
112 regulator-min-microvolt = <1800000>;
113 regulator-max-microvolt = <1800000>;
114 vin-supply = <&vcc_3v3>;
115 regulator-boot-on;
116 regulator-always-on;
119 vdd_1v8: regulator-vdd-1v8 {
120 compatible = "regulator-fixed";
121 regulator-name = "VDD1V8_BOOT";
122 regulator-min-microvolt = <1800000>;
123 regulator-max-microvolt = <1800000>;
124 vin-supply = <&vcc_3v3>;
125 regulator-boot-on;
126 regulator-always-on;
129 vddio_b: regulator-vddio-3v3-b {
130 compatible = "regulator-fixed";
131 regulator-name = "VDDIO_B";
132 regulator-min-microvolt = <3300000>;
133 regulator-max-microvolt = <3300000>;
134 vin-supply = <&vcc_3v3>;
135 regulator-boot-on;
136 regulator-always-on;
139 sdcard: regulator-sdcard {
140 compatible = "regulator-fixed";
141 regulator-name = "SDCARD_POWER";
142 regulator-min-microvolt = <3300000>;
143 regulator-max-microvolt = <3300000>;
144 vin-supply = <&vddao_3v3>;
146 regulator-boot-on;
147 regulator-always-on;
157 #address-cells = <1>;
158 #size-cells = <0>;
160 pinctrl-0 = <&nand_pins>;
161 pinctrl-names = "default";
165 #address-cells = <1>;
166 #size-cells = <1>;
167 nand-on-flash-bbt;
194 phy-handle = <&internal_ephy>;
195 phy-mode = "rmii";
199 #address-cells = <1>;
200 #size-cells = <0>;
202 pinctrl-0 = <&spifc_pins>;
203 pinctrl-names = "default";
206 compatible = "spi-nand";
208 spi-max-frequency = <83000000>;
209 spi-tx-bus-width = <4>;
210 spi-rx-bus-width = <4>;
214 compatible = "fixed-partitions";
215 #address-cells = <1>;
216 #size-cells = <1>;
248 pinctrl-0 = <&sdcard_pins>;
249 pinctrl-1 = <&sdcard_clk_gate_pins>;
250 pinctrl-names = "default","clk-gate";
252 bus-width = <4>;
253 cap-sd-highspeed;
254 max-frequency = <50000000>;
255 disable-wp;
257 cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_LOW>;
258 vmmc-supply = <&sdcard>;
259 vqmmc-supply = <&sdcard>;