2017-08-26 06:13:39 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: Kinetis System Integration Module (SIM)
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the Kinetis SIM IP node
|
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-08-26 06:13:39 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
constraint: "nxp,kinetis-sim"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2017-08-26 06:13:39 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-08-26 06:13:39 +08:00
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
label:
|
2017-08-26 06:13:39 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
|
|
generation: define
|
|
|
|
|
2019-05-10 18:25:38 +08:00
|
|
|
clkout-source:
|
|
|
|
type: int
|
|
|
|
category: optional
|
|
|
|
description: clkout clock source
|
|
|
|
generation: define
|
|
|
|
|
|
|
|
clkout-divider:
|
|
|
|
type: int
|
|
|
|
category: optional
|
|
|
|
description: clkout divider
|
|
|
|
generation: define
|
|
|
|
|
2017-08-26 06:13:39 +08:00
|
|
|
"#cells":
|
|
|
|
- name
|
|
|
|
- offset
|
|
|
|
- bits
|
|
|
|
...
|