]> git.sur5r.net Git - u-boot/blob - pm8916.txt
15c598b8c4cf88e7142fd3723d344932001526c2
[u-boot] / pm8916.txt
1 Qualcomm pm8916 PMIC
2
3 This PMIC is connected using SPMI bus so should be child of SPMI bus controller.
4
5 Required properties:
6 - compatible: "qcom,spmi-pmic";
7 - reg: SPMI Slave ID, size (ignored)
8 - #address-cells: 0x1 (peripheral ID)
9 - #size-cells: 0x1 (size of peripheral register space)
10
11 Example:
12
13 pm8916@0 {
14         compatible = "qcom,spmi-pmic";
15         reg = <0x0 0x1>;
16         #address-cells = <0x1>;
17         #size-cells = <0x1>;
18 };