33 lines
539 B
YAML
33 lines
539 B
YAML
---
|
|
title: K64 GPIO
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the K64 GPIO nodes
|
|
|
|
properties:
|
|
- compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "nxp,k64f-gpio"
|
|
|
|
- reg:
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
- interrupts:
|
|
type: compound
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|
|
|
|
cell_string: GPIO
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|
|
...
|