1 RK808 Power Management Integrated Circuit
4 - compatible: "rockchip,rk808"
5 - reg: I2C slave address
6 - interrupt-parent: The parent interrupt controller.
7 - interrupts: the interrupt outputs of the controller.
8 - #clock-cells: from common clock binding; shall be set to 1 (multiple clock
9 outputs). See <dt-bindings/clock/rockchip,rk808.h> for clock IDs.
12 - clock-output-names: From common clock binding to override the
13 default output clock name
14 - rockchip,system-power-controller: Telling whether or not this pmic is controlling
16 - vcc1-supply: The input supply for DCDC_REG1
17 - vcc2-supply: The input supply for DCDC_REG2
18 - vcc3-supply: The input supply for DCDC_REG3
19 - vcc4-supply: The input supply for DCDC_REG4
20 - vcc6-supply: The input supply for LDO_REG1 and LDO_REG2
21 - vcc7-supply: The input supply for LDO_REG3 and LDO_REG7
22 - vcc8-supply: The input supply for SWITCH_REG1
23 - vcc9-supply: The input supply for LDO_REG4 and LDO_REG5
24 - vcc10-supply: The input supply for LDO_REG6
25 - vcc11-supply: The input supply for LDO_REG8
26 - vcc12-supply: The input supply for SWITCH_REG2
28 Regulators: All the regulators of RK808 to be instantiated shall be
29 listed in a child node named 'regulators'. Each regulator is represented
30 by a child node of the 'regulators' node.
33 /* standard regulator bindings here */
36 Following regulators of the RK808 PMIC block are supported. Note that
37 the 'n' in regulator name, as in DCDC_REGn or LDOn, represents the DCDC or LDO
38 number as described in RK808 datasheet.
41 - valid values for n are 1 to 4.
43 - valid values for n are 1 to 8.
45 - valid values for n are 1 to 2
47 Standard regulator bindings are used inside regulator subnodes. Check
48 Documentation/devicetree/bindings/regulator/regulator.txt
53 compatible = "rockchip,rk808";
54 clock-output-names = "xin32k", "rk808-clkout2";
55 interrupt-parent = <&gpio0>;
56 interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
57 pinctrl-names = "default";
58 pinctrl-0 = <&pmic_int>;
60 rockchip,system-power-controller;
64 vcc8-supply = <&vcc_18>;
65 vcc9-supply = <&vcc_io>;
66 vcc10-supply = <&vcc_io>;
67 vcc12-supply = <&vcc_io>;
68 vddio-supply = <&vccio_pmu>;
74 regulator-min-microvolt = <750000>;
75 regulator-max-microvolt = <1300000>;
76 regulator-name = "vdd_arm";
82 regulator-min-microvolt = <850000>;
83 regulator-max-microvolt = <1250000>;
84 regulator-name = "vdd_gpu";
90 regulator-name = "vcc_ddr";
96 regulator-min-microvolt = <3300000>;
97 regulator-max-microvolt = <3300000>;
98 regulator-name = "vcc_io";
101 vccio_pmu: LDO_REG1 {
104 regulator-min-microvolt = <3300000>;
105 regulator-max-microvolt = <3300000>;
106 regulator-name = "vccio_pmu";
112 regulator-min-microvolt = <3300000>;
113 regulator-max-microvolt = <3300000>;
114 regulator-name = "vcc_tp";
120 regulator-min-microvolt = <1000000>;
121 regulator-max-microvolt = <1000000>;
122 regulator-name = "vdd_10";
125 vcc18_lcd: LDO_REG4 {
128 regulator-min-microvolt = <1800000>;
129 regulator-max-microvolt = <1800000>;
130 regulator-name = "vcc18_lcd";
136 regulator-min-microvolt = <1800000>;
137 regulator-max-microvolt = <3300000>;
138 regulator-name = "vccio_sd";
141 vdd10_lcd: LDO_REG6 {
144 regulator-min-microvolt = <1000000>;
145 regulator-max-microvolt = <1000000>;
146 regulator-name = "vdd10_lcd";
152 regulator-min-microvolt = <1800000>;
153 regulator-max-microvolt = <1800000>;
154 regulator-name = "vcc_18";
157 vcca_codec: LDO_REG8 {
160 regulator-min-microvolt = <3300000>;
161 regulator-max-microvolt = <3300000>;
162 regulator-name = "vcca_codec";
165 vcc_wl: SWITCH_REG1 {
168 regulator-name = "vcc_wl";
171 vcc_lcd: SWITCH_REG2 {
174 regulator-name = "vcc_lcd";