]> git.sur5r.net Git - u-boot/blob - s2mps11.txt
422f14f13e9ddf492b7b8f40ec8a7d0c7194c538
[u-boot] / s2mps11.txt
1 SAMSUNG, S2MPS11 PMIC
2
3 This file describes the binding info for the PMIC driver:
4 - drivers/power/pmic/s2mps11.c
5
6 Required properties:
7 - compatible: "samsung,s2mps11-pmic"
8 - reg = 0x66
9
10 With those two properties, the pmic device can be used for read/write only.
11
12 Example:
13
14 s2mps11@66 {
15         compatible = "samsung,s2mps11-pmic";
16         reg = <0x66>;
17 };