File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Documentation/devicetree/bindings/hwlock Expand file tree Collapse file tree 1 file changed +45
-0
lines changed 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/hwlock/allwinner,sun6i-hwspinlock.yaml#
5
+ $schema : http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+ title : SUN6I hardware spinlock driver for Allwinner sun6i compatible SoCs
8
+
9
+ maintainers :
10
+ -
Wilken Gottwalt <[email protected] >
11
+
12
+ description :
13
+ The hardware unit provides semaphores between the ARM cores and the embedded
14
+ companion core on the SoC.
15
+
16
+ properties :
17
+ compatible :
18
+ const : allwinner,sun6i-a31-hwspinlock
19
+
20
+ reg :
21
+ maxItems : 1
22
+
23
+ clocks :
24
+ maxItems : 1
25
+
26
+ resets :
27
+ maxItems : 1
28
+
29
+ required :
30
+ - compatible
31
+ - reg
32
+ - clocks
33
+ - resets
34
+
35
+ additionalProperties : false
36
+
37
+ examples :
38
+ - |
39
+ hwlock@1c18000 {
40
+ compatible = "allwinner,sun6i-a31-hwspinlock";
41
+ reg = <0x01c18000 0x1000>;
42
+ clocks = <&ccu CLK_BUS_SPINLOCK>;
43
+ resets = <&ccu RST_BUS_SPINLOCK>;
44
+ };
45
+ ...
You can’t perform that action at this time.
0 commit comments