mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 21:24:43 +00:00
Add clock controller support for Nuvoton NPCX series. This CL includes: 1. Add clock controller device tree declarations. 2. Introduce clock-cells in yaml file clock tree to get module's source clock and turn off/on the its clock 3. Clock controller driver implementation. Signed-off-by: Mulin Chao <MLChao@nuvoton.com>
18 lines
323 B
YAML
18 lines
323 B
YAML
# Copyright (c) 2020 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nuvoton, NPCX PCC (Power and Clock Controller) node
|
|
|
|
compatible: "nuvoton,npcx-pcc"
|
|
|
|
include: [clock-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clock-cells:
|
|
- bus
|
|
- ctl
|
|
- bit
|