0fd564ef7f
Add Nuvoton numaker series GPIO support, including interrupt mode and also integrate clock control. Signed-off-by: cyliang tw <cyliang@nuvoton.com>
20 lines
313 B
YAML
20 lines
313 B
YAML
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nuvoton, Numaker-GPIO node
|
|
|
|
compatible: "nuvoton,numaker-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|