33 lines
556 B
YAML
33 lines
556 B
YAML
---
|
|
title: Kinetis Pinmux
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the Kinetis Pinmux node
|
|
|
|
properties:
|
|
- compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "nxp,kinetis-pinmux"
|
|
|
|
- reg:
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
- clocks:
|
|
type: array
|
|
description: clock gate information
|
|
generation: define
|
|
category: required
|
|
|
|
cell_string: PINMUX
|
|
|
|
"#cells":
|
|
- pin
|
|
- function
|
|
...
|