~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3588-edgeble-neu6a-common.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/rockchip/rk3588-edgeble-neu6a-common.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3588-edgeble-neu6a-common.dtsi (Architecture m68k)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2023 Edgeble AI Technologies       3  * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/gpio/gpio.h>                  6 #include <dt-bindings/gpio/gpio.h>
  7 #include <dt-bindings/leds/common.h>                7 #include <dt-bindings/leds/common.h>
  8                                                     8 
  9 / {                                                 9 / {
 10         aliases {                                  10         aliases {
 11                 mmc0 = &sdhci;                     11                 mmc0 = &sdhci;
 12         };                                         12         };
 13                                                    13 
 14         gpio-leds {                                14         gpio-leds {
 15                 compatible = "gpio-leds";          15                 compatible = "gpio-leds";
 16                                                    16 
 17                 led_user: led-0 {                  17                 led_user: led-0 {
 18                         color = <LED_COLOR_ID_     18                         color = <LED_COLOR_ID_GREEN>;
 19                         function = LED_FUNCTIO     19                         function = LED_FUNCTION_HEARTBEAT;
 20                         gpios = <&gpio0 RK_PC2     20                         gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
 21                         linux,default-trigger      21                         linux,default-trigger = "heartbeat";
 22                         pinctrl-names = "defau     22                         pinctrl-names = "default";
 23                         pinctrl-0 = <&led_user     23                         pinctrl-0 = <&led_user_en>;
 24                 };                                 24                 };
 25         };                                         25         };
 26                                                    26 
 27         vcc12v_dcin: vcc12v-dcin-regulator {       27         vcc12v_dcin: vcc12v-dcin-regulator {
 28                 compatible = "regulator-fixed"     28                 compatible = "regulator-fixed";
 29                 regulator-name = "vcc12v_dcin"     29                 regulator-name = "vcc12v_dcin";
 30                 regulator-always-on;               30                 regulator-always-on;
 31                 regulator-boot-on;                 31                 regulator-boot-on;
 32                 regulator-min-microvolt = <120     32                 regulator-min-microvolt = <12000000>;
 33                 regulator-max-microvolt = <120     33                 regulator-max-microvolt = <12000000>;
 34         };                                         34         };
 35                                                    35 
 36         vcc5v0_sys: vcc5v0-sys-regulator {         36         vcc5v0_sys: vcc5v0-sys-regulator {
 37                 compatible = "regulator-fixed"     37                 compatible = "regulator-fixed";
 38                 regulator-name = "vcc5v0_sys";     38                 regulator-name = "vcc5v0_sys";
 39                 regulator-always-on;               39                 regulator-always-on;
 40                 regulator-boot-on;                 40                 regulator-boot-on;
 41                 regulator-min-microvolt = <500     41                 regulator-min-microvolt = <5000000>;
 42                 regulator-max-microvolt = <500     42                 regulator-max-microvolt = <5000000>;
 43                 vin-supply = <&vcc12v_dcin>;       43                 vin-supply = <&vcc12v_dcin>;
 44         };                                         44         };
 45                                                    45 
 46         vcc_1v1_nldo_s3: vcc-1v1-nldo-s3-regul     46         vcc_1v1_nldo_s3: vcc-1v1-nldo-s3-regulator {
 47                 compatible = "regulator-fixed"     47                 compatible = "regulator-fixed";
 48                 regulator-name = "vcc_1v1_nldo     48                 regulator-name = "vcc_1v1_nldo_s3";
 49                 regulator-always-on;               49                 regulator-always-on;
 50                 regulator-boot-on;                 50                 regulator-boot-on;
 51                 regulator-min-microvolt = <110     51                 regulator-min-microvolt = <1100000>;
 52                 regulator-max-microvolt = <110     52                 regulator-max-microvolt = <1100000>;
 53                 vin-supply = <&vcc5v0_sys>;        53                 vin-supply = <&vcc5v0_sys>;
 54         };                                         54         };
 55 };                                                 55 };
 56                                                    56 
 57 &cpu_b0 {                                          57 &cpu_b0 {
 58         cpu-supply = <&vdd_cpu_big0_s0>;           58         cpu-supply = <&vdd_cpu_big0_s0>;
 59 };                                                 59 };
 60                                                    60 
 61 &cpu_b1 {                                          61 &cpu_b1 {
 62         cpu-supply = <&vdd_cpu_big0_s0>;           62         cpu-supply = <&vdd_cpu_big0_s0>;
 63 };                                                 63 };
 64                                                    64 
 65 &cpu_b2 {                                          65 &cpu_b2 {
 66         cpu-supply = <&vdd_cpu_big1_s0>;           66         cpu-supply = <&vdd_cpu_big1_s0>;
 67 };                                                 67 };
 68                                                    68 
 69 &cpu_b3 {                                          69 &cpu_b3 {
 70         cpu-supply = <&vdd_cpu_big1_s0>;           70         cpu-supply = <&vdd_cpu_big1_s0>;
 71 };                                                 71 };
 72                                                    72 
 73 &cpu_l0 {                                          73 &cpu_l0 {
 74         cpu-supply = <&vdd_cpu_lit_s0>;            74         cpu-supply = <&vdd_cpu_lit_s0>;
 75 };                                                 75 };
 76                                                    76 
 77 &cpu_l1 {                                          77 &cpu_l1 {
 78         cpu-supply = <&vdd_cpu_lit_s0>;            78         cpu-supply = <&vdd_cpu_lit_s0>;
 79 };                                                 79 };
 80                                                    80 
 81 &cpu_l2 {                                          81 &cpu_l2 {
 82         cpu-supply = <&vdd_cpu_lit_s0>;            82         cpu-supply = <&vdd_cpu_lit_s0>;
 83 };                                                 83 };
 84                                                    84 
 85 &cpu_l3 {                                          85 &cpu_l3 {
 86         cpu-supply = <&vdd_cpu_lit_s0>;            86         cpu-supply = <&vdd_cpu_lit_s0>;
 87 };                                                 87 };
 88                                                    88 
 89 &i2c0 {                                            89 &i2c0 {
 90         pinctrl-names = "default";                 90         pinctrl-names = "default";
 91         pinctrl-0 = <&i2c0m2_xfer>;                91         pinctrl-0 = <&i2c0m2_xfer>;
 92         status = "okay";                           92         status = "okay";
 93                                                    93 
 94         vdd_cpu_big0_s0: regulator@42 {            94         vdd_cpu_big0_s0: regulator@42 {
 95                 compatible = "rockchip,rk8602"     95                 compatible = "rockchip,rk8602";
 96                 reg = <0x42>;                      96                 reg = <0x42>;
 97                 fcs,suspend-voltage-selector =     97                 fcs,suspend-voltage-selector = <1>;
 98                 regulator-name = "vdd_cpu_big0     98                 regulator-name = "vdd_cpu_big0_s0";
 99                 regulator-always-on;               99                 regulator-always-on;
100                 regulator-boot-on;                100                 regulator-boot-on;
101                 regulator-min-microvolt = <550    101                 regulator-min-microvolt = <550000>;
102                 regulator-max-microvolt = <105    102                 regulator-max-microvolt = <1050000>;
103                 regulator-ramp-delay = <2300>;    103                 regulator-ramp-delay = <2300>;
104                 vin-supply = <&vcc5v0_sys>;       104                 vin-supply = <&vcc5v0_sys>;
105                                                   105 
106                 regulator-state-mem {             106                 regulator-state-mem {
107                         regulator-off-in-suspe    107                         regulator-off-in-suspend;
108                 };                                108                 };
109         };                                        109         };
110                                                   110 
111         vdd_cpu_big1_s0: regulator@43 {           111         vdd_cpu_big1_s0: regulator@43 {
112                 compatible = "rockchip,rk8603"    112                 compatible = "rockchip,rk8603", "rockchip,rk8602";
113                 reg = <0x43>;                     113                 reg = <0x43>;
114                 fcs,suspend-voltage-selector =    114                 fcs,suspend-voltage-selector = <1>;
115                 regulator-name = "vdd_cpu_big1    115                 regulator-name = "vdd_cpu_big1_s0";
116                 regulator-always-on;              116                 regulator-always-on;
117                 regulator-boot-on;                117                 regulator-boot-on;
118                 regulator-min-microvolt = <550    118                 regulator-min-microvolt = <550000>;
119                 regulator-max-microvolt = <105    119                 regulator-max-microvolt = <1050000>;
120                 regulator-ramp-delay = <2300>;    120                 regulator-ramp-delay = <2300>;
121                 vin-supply = <&vcc5v0_sys>;       121                 vin-supply = <&vcc5v0_sys>;
122                                                   122 
123                 regulator-state-mem {             123                 regulator-state-mem {
124                         regulator-off-in-suspe    124                         regulator-off-in-suspend;
125                 };                                125                 };
126         };                                        126         };
127 };                                                127 };
128                                                   128 
129 &pinctrl {                                        129 &pinctrl {
130         leds {                                    130         leds {
131                 led_user_en: led_user_en {        131                 led_user_en: led_user_en {
132                         rockchip,pins = <0 RK_    132                         rockchip,pins = <0 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
133                 };                                133                 };
134         };                                        134         };
135 };                                                135 };
136                                                   136 
137 &sdhci {                                          137 &sdhci {
138         bus-width = <8>;                          138         bus-width = <8>;
139         no-sdio;                                  139         no-sdio;
140         no-sd;                                    140         no-sd;
141         non-removable;                            141         non-removable;
142         mmc-hs400-1_8v;                           142         mmc-hs400-1_8v;
143         mmc-hs400-enhanced-strobe;                143         mmc-hs400-enhanced-strobe;
144         status = "okay";                          144         status = "okay";
145 };                                                145 };
146                                                   146 
147 &spi2 {                                           147 &spi2 {
148         status = "okay";                          148         status = "okay";
149         assigned-clocks = <&cru CLK_SPI2>;        149         assigned-clocks = <&cru CLK_SPI2>;
150         assigned-clock-rates = <200000000>;       150         assigned-clock-rates = <200000000>;
151         num-cs = <1>;                             151         num-cs = <1>;
152         pinctrl-names = "default";                152         pinctrl-names = "default";
153         pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>    153         pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>;
154                                                   154 
155         pmic@0 {                                  155         pmic@0 {
156                 compatible = "rockchip,rk806";    156                 compatible = "rockchip,rk806";
157                 spi-max-frequency = <1000000>;    157                 spi-max-frequency = <1000000>;
158                 reg = <0x0>;                      158                 reg = <0x0>;
159                 interrupt-parent = <&gpio0>;      159                 interrupt-parent = <&gpio0>;
160                 interrupts = <RK_PA7 IRQ_TYPE_    160                 interrupts = <RK_PA7 IRQ_TYPE_LEVEL_LOW>;
161                 pinctrl-names = "default";        161                 pinctrl-names = "default";
162                 pinctrl-0 = <&pmic_pins>, <&rk    162                 pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
163                             <&rk806_dvs2_null>    163                             <&rk806_dvs2_null>, <&rk806_dvs3_null>;
164                                                   164 
165                 system-power-controller;          165                 system-power-controller;
166                                                   166 
167                 vcc1-supply = <&vcc5v0_sys>;      167                 vcc1-supply = <&vcc5v0_sys>;
168                 vcc2-supply = <&vcc5v0_sys>;      168                 vcc2-supply = <&vcc5v0_sys>;
169                 vcc3-supply = <&vcc5v0_sys>;      169                 vcc3-supply = <&vcc5v0_sys>;
170                 vcc4-supply = <&vcc5v0_sys>;      170                 vcc4-supply = <&vcc5v0_sys>;
171                 vcc5-supply = <&vcc5v0_sys>;      171                 vcc5-supply = <&vcc5v0_sys>;
172                 vcc6-supply = <&vcc5v0_sys>;      172                 vcc6-supply = <&vcc5v0_sys>;
173                 vcc7-supply = <&vcc5v0_sys>;      173                 vcc7-supply = <&vcc5v0_sys>;
174                 vcc8-supply = <&vcc5v0_sys>;      174                 vcc8-supply = <&vcc5v0_sys>;
175                 vcc9-supply = <&vcc5v0_sys>;      175                 vcc9-supply = <&vcc5v0_sys>;
176                 vcc10-supply = <&vcc5v0_sys>;     176                 vcc10-supply = <&vcc5v0_sys>;
177                 vcc11-supply = <&vcc_2v0_pldo_    177                 vcc11-supply = <&vcc_2v0_pldo_s3>;
178                 vcc12-supply = <&vcc5v0_sys>;     178                 vcc12-supply = <&vcc5v0_sys>;
179                 vcc13-supply = <&vcc_1v1_nldo_    179                 vcc13-supply = <&vcc_1v1_nldo_s3>;
180                 vcc14-supply = <&vcc_1v1_nldo_    180                 vcc14-supply = <&vcc_1v1_nldo_s3>;
181                 vcca-supply = <&vcc5v0_sys>;      181                 vcca-supply = <&vcc5v0_sys>;
182                                                   182 
183                 gpio-controller;                  183                 gpio-controller;
184                 #gpio-cells = <2>;                184                 #gpio-cells = <2>;
185                                                   185 
186                 rk806_dvs1_null: dvs1-null-pin    186                 rk806_dvs1_null: dvs1-null-pins {
187                         pins = "gpio_pwrctrl1"    187                         pins = "gpio_pwrctrl1";
188                         function = "pin_fun0";    188                         function = "pin_fun0";
189                 };                                189                 };
190                                                   190 
191                 rk806_dvs2_null: dvs2-null-pin    191                 rk806_dvs2_null: dvs2-null-pins {
192                         pins = "gpio_pwrctrl2"    192                         pins = "gpio_pwrctrl2";
193                         function = "pin_fun0";    193                         function = "pin_fun0";
194                 };                                194                 };
195                                                   195 
196                 rk806_dvs3_null: dvs3-null-pin    196                 rk806_dvs3_null: dvs3-null-pins {
197                         pins = "gpio_pwrctrl3"    197                         pins = "gpio_pwrctrl3";
198                         function = "pin_fun0";    198                         function = "pin_fun0";
199                 };                                199                 };
200                                                   200 
201                 regulators {                      201                 regulators {
202                         vdd_gpu_s0: vdd_gpu_me    202                         vdd_gpu_s0: vdd_gpu_mem_s0: dcdc-reg1 {
203                                 regulator-name    203                                 regulator-name = "vdd_gpu_s0";
204                                 regulator-boot    204                                 regulator-boot-on;
205                                 regulator-min-    205                                 regulator-min-microvolt = <550000>;
206                                 regulator-max-    206                                 regulator-max-microvolt = <950000>;
207                                 regulator-ramp    207                                 regulator-ramp-delay = <12500>;
208                                 regulator-enab    208                                 regulator-enable-ramp-delay = <400>;
209                                                   209 
210                                 regulator-stat    210                                 regulator-state-mem {
211                                         regula    211                                         regulator-off-in-suspend;
212                                 };                212                                 };
213                         };                        213                         };
214                                                   214 
215                         vdd_cpu_lit_s0: vdd_cp    215                         vdd_cpu_lit_s0: vdd_cpu_lit_mem_s0: dcdc-reg2 {
216                                 regulator-name    216                                 regulator-name = "vdd_cpu_lit_s0";
217                                 regulator-alwa    217                                 regulator-always-on;
218                                 regulator-boot    218                                 regulator-boot-on;
219                                 regulator-min-    219                                 regulator-min-microvolt = <550000>;
220                                 regulator-max-    220                                 regulator-max-microvolt = <950000>;
221                                 regulator-ramp    221                                 regulator-ramp-delay = <12500>;
222                                                   222 
223                                 regulator-stat    223                                 regulator-state-mem {
224                                         regula    224                                         regulator-off-in-suspend;
225                                 };                225                                 };
226                         };                        226                         };
227                                                   227 
228                         vdd_log_s0: dcdc-reg3     228                         vdd_log_s0: dcdc-reg3 {
229                                 regulator-name    229                                 regulator-name = "vdd_log_s0";
230                                 regulator-alwa    230                                 regulator-always-on;
231                                 regulator-boot    231                                 regulator-boot-on;
232                                 regulator-min-    232                                 regulator-min-microvolt = <675000>;
233                                 regulator-max-    233                                 regulator-max-microvolt = <750000>;
234                                 regulator-ramp    234                                 regulator-ramp-delay = <12500>;
235                                                   235 
236                                 regulator-stat    236                                 regulator-state-mem {
237                                         regula    237                                         regulator-off-in-suspend;
238                                         regula    238                                         regulator-suspend-microvolt = <750000>;
239                                 };                239                                 };
240                         };                        240                         };
241                                                   241 
242                         vdd_vdenc_s0: vdd_vden    242                         vdd_vdenc_s0: vdd_vdenc_mem_s0: dcdc-reg4 {
243                                 regulator-name    243                                 regulator-name = "vdd_vdenc_s0";
244                                 regulator-alwa    244                                 regulator-always-on;
245                                 regulator-boot    245                                 regulator-boot-on;
246                                 regulator-min-    246                                 regulator-min-microvolt = <550000>;
247                                 regulator-max-    247                                 regulator-max-microvolt = <950000>;
248                                 regulator-ramp    248                                 regulator-ramp-delay = <12500>;
249                                                   249 
250                                 regulator-stat    250                                 regulator-state-mem {
251                                         regula    251                                         regulator-off-in-suspend;
252                                 };                252                                 };
253                         };                        253                         };
254                                                   254 
255                         vdd_ddr_s0: dcdc-reg5     255                         vdd_ddr_s0: dcdc-reg5 {
256                                 regulator-name    256                                 regulator-name = "vdd_ddr_s0";
257                                 regulator-alwa    257                                 regulator-always-on;
258                                 regulator-boot    258                                 regulator-boot-on;
259                                 regulator-min-    259                                 regulator-min-microvolt = <675000>;
260                                 regulator-max-    260                                 regulator-max-microvolt = <900000>;
261                                 regulator-ramp    261                                 regulator-ramp-delay = <12500>;
262                                                   262 
263                                 regulator-stat    263                                 regulator-state-mem {
264                                         regula    264                                         regulator-off-in-suspend;
265                                         regula    265                                         regulator-suspend-microvolt = <850000>;
266                                 };                266                                 };
267                         };                        267                         };
268                                                   268 
269                         vdd2_ddr_s3: dcdc-reg6    269                         vdd2_ddr_s3: dcdc-reg6 {
270                                 regulator-name    270                                 regulator-name = "vdd2_ddr_s3";
271                                 regulator-alwa    271                                 regulator-always-on;
272                                 regulator-boot    272                                 regulator-boot-on;
273                                                   273 
274                                 regulator-stat    274                                 regulator-state-mem {
275                                         regula    275                                         regulator-on-in-suspend;
276                                 };                276                                 };
277                         };                        277                         };
278                                                   278 
279                         vcc_2v0_pldo_s3: dcdc-    279                         vcc_2v0_pldo_s3: dcdc-reg7 {
280                                 regulator-name    280                                 regulator-name = "vdd_2v0_pldo_s3";
281                                 regulator-alwa    281                                 regulator-always-on;
282                                 regulator-boot    282                                 regulator-boot-on;
283                                 regulator-min-    283                                 regulator-min-microvolt = <2000000>;
284                                 regulator-max-    284                                 regulator-max-microvolt = <2000000>;
285                                 regulator-ramp    285                                 regulator-ramp-delay = <12500>;
286                                                   286 
287                                 regulator-stat    287                                 regulator-state-mem {
288                                         regula    288                                         regulator-on-in-suspend;
289                                         regula    289                                         regulator-suspend-microvolt = <2000000>;
290                                 };                290                                 };
291                         };                        291                         };
292                                                   292 
293                         vcc_3v3_s3: dcdc-reg8     293                         vcc_3v3_s3: dcdc-reg8 {
294                                 regulator-name    294                                 regulator-name = "vcc_3v3_s3";
295                                 regulator-alwa    295                                 regulator-always-on;
296                                 regulator-boot    296                                 regulator-boot-on;
297                                 regulator-min-    297                                 regulator-min-microvolt = <3300000>;
298                                 regulator-max-    298                                 regulator-max-microvolt = <3300000>;
299                                                   299 
300                                 regulator-stat    300                                 regulator-state-mem {
301                                         regula    301                                         regulator-on-in-suspend;
302                                         regula    302                                         regulator-suspend-microvolt = <3300000>;
303                                 };                303                                 };
304                         };                        304                         };
305                                                   305 
306                         vddq_ddr_s0: dcdc-reg9    306                         vddq_ddr_s0: dcdc-reg9 {
307                                 regulator-name    307                                 regulator-name = "vddq_ddr_s0";
308                                 regulator-alwa    308                                 regulator-always-on;
309                                 regulator-boot    309                                 regulator-boot-on;
310                                                   310 
311                                 regulator-stat    311                                 regulator-state-mem {
312                                         regula    312                                         regulator-off-in-suspend;
313                                 };                313                                 };
314                         };                        314                         };
315                                                   315 
316                         vcc_1v8_s3: dcdc-reg10    316                         vcc_1v8_s3: dcdc-reg10 {
317                                 regulator-name    317                                 regulator-name = "vcc_1v8_s3";
318                                 regulator-alwa    318                                 regulator-always-on;
319                                 regulator-boot    319                                 regulator-boot-on;
320                                 regulator-min-    320                                 regulator-min-microvolt = <1800000>;
321                                 regulator-max-    321                                 regulator-max-microvolt = <1800000>;
322                                                   322 
323                                 regulator-stat    323                                 regulator-state-mem {
324                                         regula    324                                         regulator-on-in-suspend;
325                                         regula    325                                         regulator-suspend-microvolt = <1800000>;
326                                 };                326                                 };
327                         };                        327                         };
328                                                   328 
329                         avcc_1v8_s0: pldo-reg1    329                         avcc_1v8_s0: pldo-reg1 {
330                                 regulator-name    330                                 regulator-name = "avcc_1v8_s0";
331                                 regulator-alwa    331                                 regulator-always-on;
332                                 regulator-boot    332                                 regulator-boot-on;
333                                 regulator-min-    333                                 regulator-min-microvolt = <1800000>;
334                                 regulator-max-    334                                 regulator-max-microvolt = <1800000>;
335                                                   335 
336                                 regulator-stat    336                                 regulator-state-mem {
337                                         regula    337                                         regulator-off-in-suspend;
338                                 };                338                                 };
339                         };                        339                         };
340                                                   340 
341                         vcc_1v8_s0: pldo-reg2     341                         vcc_1v8_s0: pldo-reg2 {
342                                 regulator-name    342                                 regulator-name = "vcc_1v8_s0";
343                                 regulator-alwa    343                                 regulator-always-on;
344                                 regulator-boot    344                                 regulator-boot-on;
345                                 regulator-min-    345                                 regulator-min-microvolt = <1800000>;
346                                 regulator-max-    346                                 regulator-max-microvolt = <1800000>;
347                                                   347 
348                                 regulator-stat    348                                 regulator-state-mem {
349                                         regula    349                                         regulator-off-in-suspend;
350                                         regula    350                                         regulator-suspend-microvolt = <1800000>;
351                                 };                351                                 };
352                         };                        352                         };
353                                                   353 
354                         avdd_1v2_s0: pldo-reg3    354                         avdd_1v2_s0: pldo-reg3 {
355                                 regulator-name    355                                 regulator-name = "avdd_1v2_s0";
356                                 regulator-alwa    356                                 regulator-always-on;
357                                 regulator-boot    357                                 regulator-boot-on;
358                                 regulator-min-    358                                 regulator-min-microvolt = <1200000>;
359                                 regulator-max-    359                                 regulator-max-microvolt = <1200000>;
360                                                   360 
361                                 regulator-stat    361                                 regulator-state-mem {
362                                         regula    362                                         regulator-off-in-suspend;
363                                 };                363                                 };
364                         };                        364                         };
365                                                   365 
366                         vcc_3v3_s0: pldo-reg4     366                         vcc_3v3_s0: pldo-reg4 {
367                                 regulator-name    367                                 regulator-name = "vcc_3v3_s0";
368                                 regulator-alwa    368                                 regulator-always-on;
369                                 regulator-boot    369                                 regulator-boot-on;
370                                 regulator-min-    370                                 regulator-min-microvolt = <3300000>;
371                                 regulator-max-    371                                 regulator-max-microvolt = <3300000>;
372                                 regulator-ramp    372                                 regulator-ramp-delay = <12500>;
373                                                   373 
374                                 regulator-stat    374                                 regulator-state-mem {
375                                         regula    375                                         regulator-off-in-suspend;
376                                 };                376                                 };
377                         };                        377                         };
378                                                   378 
379                         vccio_sd_s0: pldo-reg5    379                         vccio_sd_s0: pldo-reg5 {
380                                 regulator-name    380                                 regulator-name = "vccio_sd_s0";
381                                 regulator-alwa    381                                 regulator-always-on;
382                                 regulator-boot    382                                 regulator-boot-on;
383                                 regulator-min-    383                                 regulator-min-microvolt = <1800000>;
384                                 regulator-max-    384                                 regulator-max-microvolt = <3300000>;
385                                 regulator-ramp    385                                 regulator-ramp-delay = <12500>;
386                                                   386 
387                                 regulator-stat    387                                 regulator-state-mem {
388                                         regula    388                                         regulator-off-in-suspend;
389                                 };                389                                 };
390                         };                        390                         };
391                                                   391 
392                         pldo6_s3: pldo-reg6 {     392                         pldo6_s3: pldo-reg6 {
393                                 regulator-name    393                                 regulator-name = "pldo6_s3";
394                                 regulator-alwa    394                                 regulator-always-on;
395                                 regulator-boot    395                                 regulator-boot-on;
396                                 regulator-min-    396                                 regulator-min-microvolt = <1800000>;
397                                 regulator-max-    397                                 regulator-max-microvolt = <1800000>;
398                                                   398 
399                                 regulator-stat    399                                 regulator-state-mem {
400                                         regula    400                                         regulator-on-in-suspend;
401                                         regula    401                                         regulator-suspend-microvolt = <1800000>;
402                                 };                402                                 };
403                         };                        403                         };
404                                                   404 
405                         vdd_0v75_s3: nldo-reg1    405                         vdd_0v75_s3: nldo-reg1 {
406                                 regulator-name    406                                 regulator-name = "vdd_0v75_s3";
407                                 regulator-alwa    407                                 regulator-always-on;
408                                 regulator-boot    408                                 regulator-boot-on;
409                                 regulator-min-    409                                 regulator-min-microvolt = <750000>;
410                                 regulator-max-    410                                 regulator-max-microvolt = <750000>;
411                                                   411 
412                                 regulator-stat    412                                 regulator-state-mem {
413                                         regula    413                                         regulator-on-in-suspend;
414                                         regula    414                                         regulator-suspend-microvolt = <750000>;
415                                 };                415                                 };
416                         };                        416                         };
417                                                   417 
418                         vdd_ddr_pll_s0: nldo-r    418                         vdd_ddr_pll_s0: nldo-reg2 {
419                                 regulator-name    419                                 regulator-name = "vdd_ddr_pll_s0";
420                                 regulator-alwa    420                                 regulator-always-on;
421                                 regulator-boot    421                                 regulator-boot-on;
422                                 regulator-min-    422                                 regulator-min-microvolt = <850000>;
423                                 regulator-max-    423                                 regulator-max-microvolt = <850000>;
424                                                   424 
425                                 regulator-stat    425                                 regulator-state-mem {
426                                         regula    426                                         regulator-off-in-suspend;
427                                         regula    427                                         regulator-suspend-microvolt = <850000>;
428                                 };                428                                 };
429                         };                        429                         };
430                                                   430 
431                         avdd_0v75_s0: nldo-reg    431                         avdd_0v75_s0: nldo-reg3 {
432                                 regulator-name    432                                 regulator-name = "avdd_0v75_s0";
433                                 regulator-alwa    433                                 regulator-always-on;
434                                 regulator-boot    434                                 regulator-boot-on;
435                                 regulator-min-    435                                 regulator-min-microvolt = <750000>;
436                                 regulator-max-    436                                 regulator-max-microvolt = <750000>;
437                                                   437 
438                                 regulator-stat    438                                 regulator-state-mem {
439                                         regula    439                                         regulator-off-in-suspend;
440                                 };                440                                 };
441                         };                        441                         };
442                                                   442 
443                         vdd_0v85_s0: nldo-reg4    443                         vdd_0v85_s0: nldo-reg4 {
444                                 regulator-name    444                                 regulator-name = "vdd_0v85_s0";
445                                 regulator-alwa    445                                 regulator-always-on;
446                                 regulator-boot    446                                 regulator-boot-on;
447                                 regulator-min-    447                                 regulator-min-microvolt = <850000>;
448                                 regulator-max-    448                                 regulator-max-microvolt = <850000>;
449                                                   449 
450                                 regulator-stat    450                                 regulator-state-mem {
451                                         regula    451                                         regulator-off-in-suspend;
452                                 };                452                                 };
453                         };                        453                         };
454                                                   454 
455                         vdd_0v75_s0: nldo-reg5    455                         vdd_0v75_s0: nldo-reg5 {
456                                 regulator-name    456                                 regulator-name = "vdd_0v75_s0";
457                                 regulator-alwa    457                                 regulator-always-on;
458                                 regulator-boot    458                                 regulator-boot-on;
459                                 regulator-min-    459                                 regulator-min-microvolt = <750000>;
460                                 regulator-max-    460                                 regulator-max-microvolt = <750000>;
461                                                   461 
462                                 regulator-stat    462                                 regulator-state-mem {
463                                         regula    463                                         regulator-off-in-suspend;
464                                 };                464                                 };
465                         };                        465                         };
466                 };                                466                 };
467         };                                        467         };
468 };                                                468 };
469                                                   469 
470 &tsadc {                                          470 &tsadc {
471         status = "okay";                          471         status = "okay";
472 };                                                472 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php