2026-04-08 13:42:04 +08:00
|
|
|
description: Injoinic IP5306 PMIC with selectable software or hardware wakeup keepalive support
|
2026-04-08 11:01:01 +08:00
|
|
|
|
|
|
|
|
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.
|
2026-04-08 13:42:04 +08:00
|
|
|
|
|
|
|
|
keepalive-hardware:
|
|
|
|
|
type: boolean
|
|
|
|
|
description: Enable RTC2 plus GPPI plus GPIOTE based hardware keepalive pulses.
|