2019-11-19 08:39:11 +01:00
|
|
|
description: Kinetis GPIO node
|
2017-01-30 07:17:02 +01:00
|
|
|
|
2019-08-19 20:32:25 +02:00
|
|
|
compatible: "nxp,kinetis-gpio"
|
|
|
|
|
2019-08-22 01:10:12 +02:00
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
2019-06-07 18:12:49 +02:00
|
|
|
|
2017-01-30 07:17:02 +01:00
|
|
|
properties:
|
2023-01-03 20:21:25 +01:00
|
|
|
reg:
|
|
|
|
required: true
|
2017-01-30 07:17:02 +01:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 2
|
2019-08-09 21:54:26 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
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.
|
2020-02-12 20:06:04 +01:00
|
|
|
|
2019-09-26 20:34:13 +02:00
|
|
|
gpio-cells:
|
2017-01-30 07:17:02 +01:00
|
|
|
- pin
|
|
|
|
- flags
|