adi,adp5360 (on i2c bus)

Description

Analog Devices ADP5360

Properties

Properties not inherited from the base binding file.

Name

Type

Details

disable-vout-buck-reset

boolean

Enables the reset pin to be triggered by the buck voltage (VOUT1) monitor.

enable-vout-buckboost-reset

boolean

Enables the reset pin to be triggered by the buck boost voltage (VOUT2) monitor.

set-reset-timeout-1p6sec

boolean

Sets the reset timeout period to 1.6sec. if unset, timeout is set to 200ms.

watchdog-timeout-period

int

Sets the watchdog timeout period.

Legal values: 0, 1, 2, 3

enable-watchdog-timer

boolean

Enables the watchdog timer on the device to trigger on timeout.

enable-manual-reset-to-shipment

boolean

Enables the device to enter shipment mode for 12 seconds upon triggering
the manual reset (MR) pin.

interrupt-gpios

phandle-array

MCU GPIO input pin for sensing Interrupt status flags.

manual-reset-gpios

phandle-array

MCU GPIO output pin for triggering software device reset via trigger.

reset-status-gpios

phandle-array

MCU GPIO input pin for sensing device reset status flags.

charger-en-gpios

phandle-array

MCU GPIO output pin for triggering charger enable via trigger.

pgood1-gpios

phandle-array

MCU GPIO input pin for sensing device PGOOD1 status flags.

pgood2-gpios

phandle-array

MCU GPIO input pin for sensing device PGOOD2 status flags.

supply-gpios

phandle-array

GPIO specifier that controls power to the device.

This property should be provided when the device has a dedicated
switch that controls power to the device.  The supply state is
entirely the responsibility of the device driver.

Contrast with vin-supply.

vin-supply

phandle

Reference to the regulator that controls power to the device.
The referenced devicetree node must have a regulator compatible.

This property should be provided when device power is supplied
by a shared regulator.  The supply state is dependent on the
request status of all devices fed by the regulator.

Contrast with supply-gpios.  If both properties are provided
then the regulator must be requested before the supply GPIOS is
set to an active state, and the supply GPIOS must be set to an
inactive state before releasing the regulator.