# Copyright 2024, NXP | |
# SPDX-License-Identifier: Apache-2.0 | |
description: Some NXP SoC's have pins dedicated to generate a wakeup interrupt. | |
compatible: "nxp,aon-wakeup-pin" | |
include: base.yaml | |
properties: | |
interrupts: | |
type: array | |
required: true | |
description: Interrupt to wakeup the SoC from low power modes. | |
wakeup-level: | |
type: string | |
enum: | |
- "low" | |
- "high" | |
default: "high" | |
description: | | |
Wakeup level on the pin, default is wakeup on high level | |
which is the reset value. |