File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- description : Bouffalo Lab GPIO node
5
+ description : Bouffalo Lab BL60x and BL70x GPIO node
6
6
7
- compatible : " bflb,gpio"
7
+ compatible : " bflb,bl60x_70x- gpio"
8
8
9
9
include :
10
10
- name : base.yaml
@@ -20,16 +20,6 @@ properties:
20
20
" #gpio-cells " :
21
21
const : 2
22
22
23
- " #bflb,pin-cells " :
24
- type : int
25
- required : true
26
- const : 2
27
- description : Number of items to expect in a bflb,pins specifier
28
-
29
23
gpio-cells :
30
24
- pin
31
25
- flags
32
-
33
- bflb,pin-cells :
34
- - pin
35
- - peripheral
Original file line number Diff line number Diff line change 112
112
status = "okay";
113
113
114
114
gpio0: gpio@40000000 {
115
- compatible = "bflb,gpio";
115
+ compatible = "bflb,bl60x_70x- gpio";
116
116
reg = <0x40000000 0x1000>;
117
117
#gpio-cells = <2>;
118
- #bflb,pin-cells = <2>;
119
118
status = "disabled";
120
119
121
120
gpio-controller;
Original file line number Diff line number Diff line change 117
117
status = "okay";
118
118
119
119
gpio0: gpio@40000000 {
120
- compatible = "bflb,gpio";
120
+ compatible = "bflb,bl60x_70x- gpio";
121
121
reg = <0x40000000 0x1000>;
122
122
#gpio-cells = <2>;
123
- #bflb,pin-cells = <2>;
124
123
status = "disabled";
125
124
126
125
gpio-controller;
You can’t perform that action at this time.
0 commit comments