31 lines
409 B
YAML
31 lines
409 B
YAML
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: i.MX Clock Controller Module (CCM)
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the i.MX CCM IP node
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,imx-ccm"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
"#cells":
|
|
- name
|
|
- offset
|
|
- bits
|
|
...
|