17 lines
256 B
YAML
17 lines
256 B
YAML
|
# Copyright (c) 2020 Linaro Ltd.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: Test Clock Controller
|
||
|
|
||
|
compatible: "vnd,clock"
|
||
|
|
||
|
include: [clock-controller.yaml, base.yaml]
|
||
|
|
||
|
properties:
|
||
|
"#clock-cells":
|
||
|
const: 2
|
||
|
|
||
|
clock-cells:
|
||
|
- bus
|
||
|
- bits
|