31 lines
443 B
YAML
31 lines
443 B
YAML
# Copyright (c) 2019, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: LPC GPIO node
|
|
|
|
compatible: "nxp,lpc-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
port:
|
|
type: int
|
|
required: true
|
|
description: The GPIO port this node describes
|
|
enum:
|
|
- 0
|
|
- 1
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|