Stefan Agner | c571d68 | 2016-10-05 15:27:09 -0700 | [diff] [blame] | 1 | Ricoh RN5T567 PMIC |
2 | |||||
3 | This file describes the binding info for the PMIC driver. | ||||
4 | |||||
5 | Required properties: | ||||
6 | - compatible: "ricoh,rn5t567" | ||||
7 | - reg: depending on strapping, e.g. 0x33 | ||||
8 | |||||
9 | With those two properties, the PMIC device can be used to read/write | ||||
10 | registers. | ||||
11 | |||||
12 | Example: | ||||
13 | |||||
14 | rn5t567@33 { | ||||
15 | compatible = "ricoh,rn5t567"; | ||||
16 | reg = <0x33>; | ||||
17 | }; |