Lines Matching +full:clock +full:- +full:output +full:- +full:name
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chris Zhong <zyw@rock-chips.com>
11 - Zhang Qing <zhangqing@rock-chips.com>
20 - rockchip,rk805
28 '#clock-cells':
30 See <dt-bindings/clock/rockchip,rk808.h> for clock IDs.
34 clock-output-names:
36 From common clock binding to override the default output clock name.
38 gpio-controller: true
40 '#gpio-cells':
43 rockchip,system-power-controller:
49 system-power-controller: true
51 wakeup-source:
56 vcc1-supply:
60 vcc2-supply:
64 vcc3-supply:
68 vcc4-supply:
72 vcc5-supply:
76 vcc6-supply:
83 "^(DCDC_REG[1-4]|LDO_REG[1-3])$":
90 - if:
92 '#clock-cells':
97 clock-output-names:
102 clock-output-names:
106 - compatible
107 - reg
108 - interrupts
109 - "#clock-cells"
114 - |
115 #include <dt-bindings/pinctrl/rockchip.h>
116 #include <dt-bindings/interrupt-controller/irq.h>
117 #include <dt-bindings/gpio/gpio.h>
119 #address-cells = <1>;
120 #size-cells = <0>;
125 interrupt-parent = <&gpio2>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&pmic_int_l>;
129 rockchip,system-power-controller;
130 wakeup-source;
131 #clock-cells = <0>;
133 vcc1-supply = <&vcc_sys>;
134 vcc2-supply = <&vcc_sys>;
135 vcc3-supply = <&vcc_sys>;
136 vcc4-supply = <&vcc_sys>;
137 vcc5-supply = <&vcc_io>;
138 vcc6-supply = <&vcc_io>;
142 regulator-name = "vdd_logic";
143 regulator-min-microvolt = <700000>;
144 regulator-max-microvolt = <1350000>;
145 regulator-always-on;
146 regulator-boot-on;
147 regulator-state-mem {
148 regulator-on-in-suspend;
149 regulator-suspend-microvolt = <1000000>;
154 regulator-name = "vdd_arm";
155 regulator-min-microvolt = <700000>;
156 regulator-max-microvolt = <1350000>;
157 regulator-always-on;
158 regulator-boot-on;
159 regulator-state-mem {
160 regulator-on-in-suspend;
161 regulator-suspend-microvolt = <950000>;
166 regulator-name = "vcc_ddr";
167 regulator-always-on;
168 regulator-boot-on;
169 regulator-state-mem {
170 regulator-on-in-suspend;
175 regulator-name = "vcc_io";
176 regulator-min-microvolt = <3300000>;
177 regulator-max-microvolt = <3300000>;
178 regulator-always-on;
179 regulator-boot-on;
180 regulator-state-mem {
181 regulator-on-in-suspend;
182 regulator-suspend-microvolt = <3300000>;
187 regulator-name = "vdd_18";
188 regulator-min-microvolt = <1800000>;
189 regulator-max-microvolt = <1800000>;
190 regulator-always-on;
191 regulator-boot-on;
192 regulator-state-mem {
193 regulator-on-in-suspend;
194 regulator-suspend-microvolt = <1800000>;
199 regulator-name = "vcc_18emmc";
200 regulator-min-microvolt = <1800000>;
201 regulator-max-microvolt = <1800000>;
202 regulator-always-on;
203 regulator-boot-on;
204 regulator-state-mem {
205 regulator-on-in-suspend;
206 regulator-suspend-microvolt = <1800000>;
211 regulator-name = "vdd_11";
212 regulator-min-microvolt = <1100000>;
213 regulator-max-microvolt = <1100000>;
214 regulator-always-on;
215 regulator-boot-on;
216 regulator-state-mem {
217 regulator-on-in-suspend;
218 regulator-suspend-microvolt = <1100000>;