File tree Expand file tree Collapse file tree 2 files changed +37
-53
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 2 files changed +37
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+
7
+ title : Amlogic Clock Controller
8
+
9
+ maintainers :
10
+ - Neil Armstrong <neil.armstrong@linaro.org>
11
+
12
+ properties :
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
+
31
+ required :
32
+ - compatible
33
+ - clocks
34
+ - clock-names
35
+ - ' #clock-cells'
36
+
37
+ additionalProperties : false
You can’t perform that action at this time.
0 commit comments