22 lines
543 B
YAML
22 lines
543 B
YAML
|
|
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.
|