Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/clock/amlogic,gxbb-clkc.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Amlogic Clock Controller
8
9maintainers:
10 - Neil Armstrong <neil.armstrong@linaro.org>
11
12properties:
13 compatible:
14 enum:
15 - amlogic,gxbb-clkc
16 - amlogic,gxl-clkc
17 - amlogic,axg-clkc
18 - amlogic,g12a-clkc
19 - amlogic,g12b-clkc
20 - amlogic,sm1-clkc
21
22 clocks:
23 maxItems: 1
24
25 clock-names:
26 const: xtal
27
28 '#clock-cells':
29 const: 1
30
31required:
32 - compatible
33 - clocks
34 - clock-names
35 - '#clock-cells'
36
37additionalProperties: false