xref: /rk3399_rockchip-uboot/doc/device-tree-bindings/pmic/rn5t567.txt (revision a5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b)
1Ricoh RN5T567 PMIC
2
3This file describes the binding info for the PMIC driver.
4
5Required properties:
6- compatible: "ricoh,rn5t567"
7- reg: depending on strapping, e.g. 0x33
8
9With those two properties, the PMIC device can be used to read/write
10registers.
11
12Example:
13
14rn5t567@33 {
15	compatible = "ricoh,rn5t567";
16	reg = <0x33>;
17};
18