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:
48 wakeup-source:
53 vcc1-supply:
57 vcc2-supply:
61 vcc3-supply:
65 vcc4-supply:
69 vcc5-supply:
73 vcc6-supply:
80 "^(DCDC_REG[1-4]|LDO_REG[1-3])$":
86 - if:
88 '#clock-cells':
93 clock-output-names:
98 clock-output-names:
102 - compatible
103 - reg
104 - interrupts
105 - "#clock-cells"
110 - |
111 #include <dt-bindings/pinctrl/rockchip.h>
112 #include <dt-bindings/interrupt-controller/irq.h>
113 #include <dt-bindings/gpio/gpio.h>
115 #address-cells = <1>;
116 #size-cells = <0>;
121 interrupt-parent = <&gpio2>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&pmic_int_l>;
125 rockchip,system-power-controller;
126 wakeup-source;
127 #clock-cells = <0>;
129 vcc1-supply = <&vcc_sys>;
130 vcc2-supply = <&vcc_sys>;
131 vcc3-supply = <&vcc_sys>;
132 vcc4-supply = <&vcc_sys>;
133 vcc5-supply = <&vcc_io>;
134 vcc6-supply = <&vcc_io>;
138 regulator-name = "vdd_logic";
139 regulator-min-microvolt = <700000>;
140 regulator-max-microvolt = <1350000>;
141 regulator-always-on;
142 regulator-boot-on;
143 regulator-state-mem {
144 regulator-on-in-suspend;
145 regulator-suspend-microvolt = <1000000>;
150 regulator-name = "vdd_arm";
151 regulator-min-microvolt = <700000>;
152 regulator-max-microvolt = <1350000>;
153 regulator-always-on;
154 regulator-boot-on;
155 regulator-state-mem {
156 regulator-on-in-suspend;
157 regulator-suspend-microvolt = <950000>;
162 regulator-name = "vcc_ddr";
163 regulator-always-on;
164 regulator-boot-on;
165 regulator-state-mem {
166 regulator-on-in-suspend;
171 regulator-name = "vcc_io";
172 regulator-min-microvolt = <3300000>;
173 regulator-max-microvolt = <3300000>;
174 regulator-always-on;
175 regulator-boot-on;
176 regulator-state-mem {
177 regulator-on-in-suspend;
178 regulator-suspend-microvolt = <3300000>;
183 regulator-name = "vdd_18";
184 regulator-min-microvolt = <1800000>;
185 regulator-max-microvolt = <1800000>;
186 regulator-always-on;
187 regulator-boot-on;
188 regulator-state-mem {
189 regulator-on-in-suspend;
190 regulator-suspend-microvolt = <1800000>;
195 regulator-name = "vcc_18emmc";
196 regulator-min-microvolt = <1800000>;
197 regulator-max-microvolt = <1800000>;
198 regulator-always-on;
199 regulator-boot-on;
200 regulator-state-mem {
201 regulator-on-in-suspend;
202 regulator-suspend-microvolt = <1800000>;
207 regulator-name = "vdd_11";
208 regulator-min-microvolt = <1100000>;
209 regulator-max-microvolt = <1100000>;
210 regulator-always-on;
211 regulator-boot-on;
212 regulator-state-mem {
213 regulator-on-in-suspend;
214 regulator-suspend-microvolt = <1100000>;