rn5t567.txt 325 B

1234567891011121314151617
  1. Ricoh RN5T567 PMIC
  2. This file describes the binding info for the PMIC driver.
  3. Required properties:
  4. - compatible: "ricoh,rn5t567"
  5. - reg: depending on strapping, e.g. 0x33
  6. With those two properties, the PMIC device can be used to read/write
  7. registers.
  8. Example:
  9. rn5t567@33 {
  10. compatible = "ricoh,rn5t567";
  11. reg = <0x33>;
  12. };