27 lines
462 B
YAML
27 lines
462 B
YAML
description: Kinetis GPIO node
|
|
|
|
compatible: "nxp,kinetis-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
nxp,kinetis-port:
|
|
required: true
|
|
type: phandle
|
|
description: |
|
|
A phandle reference to the device tree node that contains the pinmux
|
|
port associated with this GPIO controller.
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|