max77802.txt 911 B

1234567891011121314151617181920212223242526
  1. Maxim MAX77802 multi-function device
  2. The Maxim MAX77802 is a Power Management IC (PMIC) that contains 10 high
  3. efficiency Buck regulators, 32 Low-DropOut (LDO) regulators used to power
  4. up application processors and peripherals, a 2-channel 32kHz clock outputs,
  5. a Real-Time-Clock (RTC) and a I2C interface to program the individual
  6. regulators, clocks outputs and the RTC.
  7. Bindings for the built-in 32k clock generator block and
  8. regulators are defined in ../clk/maxim,max77802.txt and
  9. ../regulator/max77802.txt respectively.
  10. Required properties:
  11. - compatible : Must be "maxim,max77802"
  12. - reg : Specifies the I2C slave address of PMIC block.
  13. - interrupts : I2C device IRQ line connected to the main SoC.
  14. - interrupt-parent : The parent interrupt controller.
  15. Example:
  16. max77802: pmic@09 {
  17. compatible = "maxim,max77802";
  18. interrupt-parent = <&intc>;
  19. interrupts = <26 IRQ_TYPE_NONE>;
  20. reg = <0x09>;
  21. };