2017-01-30 14:17:02 +08:00
|
|
|
---
|
2017-06-20 09:56:08 +08:00
|
|
|
title: Kinetis GPIO
|
2018-07-13 20:51:28 +08:00
|
|
|
id: nxp,kinetis-gpio
|
2017-01-30 14:17:02 +08:00
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
2017-06-20 09:56:08 +08:00
|
|
|
This is a representation of the Kinetis GPIO nodes
|
2017-01-30 14:17:02 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
2017-06-20 09:56:08 +08:00
|
|
|
constraint: "nxp,kinetis-gpio"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2017-01-30 14:17:02 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: compound
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
2018-04-20 00:48:18 +08:00
|
|
|
label:
|
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
|
|
generation: define
|
|
|
|
|
2017-01-30 14:17:02 +08:00
|
|
|
"#cells":
|
|
|
|
- pin
|
|
|
|
- flags
|
|
|
|
...
|