27 lines
444 B
YAML
27 lines
444 B
YAML
|
---
|
||
|
title: K64 System Integration Module (SIM)
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This is a representation of the K64 SIM IP node
|
||
|
|
||
|
properties:
|
||
|
- compatible:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: compatible strings
|
||
|
constraint: "nxp,k64f-sim"
|
||
|
|
||
|
- reg:
|
||
|
type: int
|
||
|
description: mmio register space
|
||
|
generation: define
|
||
|
category: required
|
||
|
|
||
|
cell_string: SIM_CLK
|
||
|
|
||
|
"#cells":
|
||
|
- offset
|
||
|
- bits
|
||
|
...
|