Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-boot
[oweals/u-boot.git] / doc / device-tree-bindings / pmic / 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 };