18c2ecf20Sopenharmony_ciMaxim MAX77802 multi-function device
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThe Maxim MAX77802 is a Power Management IC (PMIC) that contains 10 high
48c2ecf20Sopenharmony_ciefficiency Buck regulators, 32 Low-DropOut (LDO) regulators used to power
58c2ecf20Sopenharmony_ciup application processors and peripherals, a 2-channel 32kHz clock outputs,
68c2ecf20Sopenharmony_cia Real-Time-Clock (RTC) and a I2C interface to program the individual
78c2ecf20Sopenharmony_ciregulators, clocks outputs and the RTC.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciBindings for the built-in 32k clock generator block and
108c2ecf20Sopenharmony_ciregulators are defined in ../clk/maxim,max77802.txt and
118c2ecf20Sopenharmony_ci../regulator/max77802.txt respectively.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciRequired properties:
148c2ecf20Sopenharmony_ci- compatible		: Must be "maxim,max77802"
158c2ecf20Sopenharmony_ci- reg			: Specifies the I2C slave address of PMIC block.
168c2ecf20Sopenharmony_ci- interrupts		: I2C device IRQ line connected to the main SoC.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciExample:
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci	max77802: pmic@9 {
218c2ecf20Sopenharmony_ci		compatible = "maxim,max77802";
228c2ecf20Sopenharmony_ci		interrupt-parent = <&intc>;
238c2ecf20Sopenharmony_ci		interrupts = <26 IRQ_TYPE_NONE>;
248c2ecf20Sopenharmony_ci		reg = <0x09>;
258c2ecf20Sopenharmony_ci	};
26