Files
blinky/dts/bindings/pmic/injoinic,ip5306.yaml

22 lines
543 B
YAML
Raw Normal View History

description: Injoinic IP5306 PMIC with software wakeup keepalive support
compatible: "injoinic,ip5306"
include: i2c-device.yaml
properties:
wakeup-gpios:
type: phandle-array
required: true
description: GPIO used to generate the wakeup keepalive pulse.
keepalive-interval-ms:
type: int
required: true
description: Period between two keepalive pulses, measured from pulse start.
keepalive-pulse-width-ms:
type: int
required: true
description: Active-high pulse width for the keepalive wakeup GPIO.