File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ include: [pm.yaml]
5
5
properties :
6
6
status :
7
7
type : string
8
- required : false
9
8
description : indicates the operational status of a device
10
9
enum :
11
10
- " ok" # Deprecated form
@@ -23,90 +22,73 @@ properties:
23
22
reg :
24
23
type : array
25
24
description : register space
26
- required : false
27
25
28
26
reg-names :
29
27
type : string-array
30
28
description : name of each register space
31
- required : false
32
29
33
30
interrupts :
34
31
type : array
35
- required : false
36
32
description : interrupts for device
37
33
38
34
# Does not follow the 'type: phandle-array' scheme, but gets type-checked
39
35
# by the code. Declare it here just so that other bindings can make it
40
36
# 'required: true' easily if they want to.
41
37
interrupts-extended :
42
38
type : compound
43
- required : false
44
39
description : extended interrupt specifier for device
45
40
46
41
interrupt-names :
47
42
type : string-array
48
- required : false
49
43
description : name of each interrupt
50
44
51
45
interrupt-parent :
52
46
type : phandle
53
- required : false
54
47
description : phandle to interrupt controller node
55
48
56
49
label :
57
50
type : string
58
- required : false
59
51
deprecated : true
60
52
description : |
61
53
Human readable string describing the device (used as device_get_binding() argument)
62
54
63
55
clocks :
64
56
type : phandle-array
65
- required : false
66
57
description : Clock gate information
67
58
68
59
clock-names :
69
60
type : string-array
70
- required : false
71
61
description : name of each clock
72
62
73
63
" #address-cells " :
74
64
type : int
75
- required : false
76
65
description : number of address cells in reg property
77
66
78
67
" #size-cells " :
79
68
type : int
80
- required : false
81
69
description : number of size cells in reg property
82
70
83
71
dmas :
84
- required : false
85
72
type : phandle-array
86
73
description : DMA channels specifiers
87
74
88
75
dma-names :
89
- required : false
90
76
type : string-array
91
77
description : Provided names of DMA channel specifiers
92
78
93
79
io-channels :
94
- required : false
95
80
type : phandle-array
96
81
description : IO channels specifiers
97
82
98
83
io-channel-names :
99
- required : false
100
84
type : string-array
101
85
description : Provided names of IO channel specifiers
102
86
103
87
mboxes :
104
- required : false
105
88
type : phandle-array
106
89
description : mailbox / IPM channels specifiers
107
90
specifier-space : mbox
108
91
109
92
mbox-names :
110
- required : false
111
93
type : string-array
112
94
description : Provided names of mailbox / IPM channel specifiers
You can’t perform that action at this time.
0 commit comments