File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ description: |
29
29
properties :
30
30
compatible :
31
31
items :
32
- - const : airoha,en7523-scu
32
+ - enum :
33
+ - airoha,en7523-scu
34
+ - airoha,en7581-scu
33
35
34
36
reg :
35
- maxItems : 2
37
+ minItems : 2
38
+ maxItems : 3
36
39
37
40
" #clock-cells " :
38
41
description :
@@ -45,6 +48,30 @@ required:
45
48
- reg
46
49
- ' #clock-cells'
47
50
51
+ allOf :
52
+ - if :
53
+ properties :
54
+ compatible :
55
+ const : airoha,en7523-scu
56
+ then :
57
+ properties :
58
+ reg :
59
+ items :
60
+ - description : scu base address
61
+ - description : misc scu base address
62
+
63
+ - if :
64
+ properties :
65
+ compatible :
66
+ const : airoha,en7581-scu
67
+ then :
68
+ properties :
69
+ reg :
70
+ items :
71
+ - description : scu base address
72
+ - description : misc scu base address
73
+ - description : pb scu base address
74
+
48
75
additionalProperties : false
49
76
50
77
examples :
You can’t perform that action at this time.
0 commit comments