2017-08-26 06:13:39 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2017-08-26 06:13:39 +08:00
|
|
|
title: Kinetis System Integration Module (SIM)
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the Kinetis SIM IP node
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2017-08-26 06:13:39 +08:00
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-08-26 06:13:39 +08:00
|
|
|
constraint: "nxp,kinetis-sim"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2017-08-26 06:13:39 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
label:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2017-08-26 06:13:39 +08:00
|
|
|
|
2019-05-10 18:25:38 +08:00
|
|
|
clkout-source:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-05-10 18:25:38 +08:00
|
|
|
description: clkout clock source
|
|
|
|
|
|
|
|
clkout-divider:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-05-10 18:25:38 +08:00
|
|
|
description: clkout divider
|
|
|
|
|
2019-07-10 00:22:12 +08:00
|
|
|
"#clock-cells":
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-08-10 03:54:26 +08:00
|
|
|
const: 3
|
2019-07-10 00:22:12 +08:00
|
|
|
|
2017-08-26 06:13:39 +08:00
|
|
|
"#cells":
|
|
|
|
- name
|
|
|
|
- offset
|
|
|
|
- bits
|