File tree Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change 30
30
# Hook up the gpio-keys as gpio pins as well
31
31
- name : gpio-keys
32
32
rules :
33
- - type : compatible
34
- value :
33
+ - !Compatible
35
34
names :
36
- - gpio-keys
35
+ - gpio-keys
37
36
level : 1
38
37
actions :
39
- - type : instance
40
- value :
41
- raw :
42
- type : phandle
43
- value : gpios
38
+ - !Instance
39
+ raw : !Phandle gpios
44
40
device : crate::device::gpio::GpioPin
45
41
46
42
# Flash controllers don't have any particular property to identify them, so we need a list of
85
81
# I2C.
86
82
- name : i2c
87
83
rules :
88
- - type : compatible
89
- value :
90
- names :
91
- - " snps,designware-i2c"
92
- level : 0
84
+ - !Compatible
85
+ names :
86
+ - " snps,designware-i2c"
87
+ level : 0
93
88
actions :
94
- - type : instance
95
- value :
96
- raw :
97
- type : myself
98
- device : crate::device::i2c::I2C
89
+ - !Instance
90
+ raw : !Myself
91
+ device : crate::device::i2c::I2C
99
92
100
93
# Generate a pseudo node that matches all of the labels across the tree with their nodes.
101
94
- name : labels
You can’t perform that action at this time.
0 commit comments