File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 167
167
clocks = <&pcc 0x134 KINETIS_PCC_SRC_NONE_OR_EXT>;
168
168
};
169
169
170
- gpios0: gpios0 {
170
+ gpios0: gpios0@400ff000 {
171
171
compatible = "nxp,gpio-cluster";
172
172
interrupts = <7 2>;
173
-
173
+ reg = <0x400ff000 0x200>;
174
+ ranges = <0x0 0x400ff000 0x200>;
174
175
#address-cells = <1>;
175
176
#size-cells = <1>;
176
177
177
178
gpioa: gpio@400ff000 {
178
179
compatible = "nxp,kinetis-gpio";
179
180
status = "disabled";
180
- reg = <0x400ff000 0x40>;
181
+ reg = <0x0 0x40>;
181
182
gpio-controller;
182
183
#gpio-cells = <2>;
183
184
nxp,kinetis-port = <&porta>;
193
194
};
194
195
};
195
196
196
- gpios1: gpios1 {
197
+ gpios1: gpios1@400ff040 {
197
198
compatible = "nxp,gpio-cluster";
198
199
interrupts = <26 2>;
199
-
200
+ reg = <0x400ff040 0x200>;
201
+ ranges = <0x40 0x400ff040 0x200>;
200
202
#address-cells = <1>;
201
203
#size-cells = <1>;
202
204
203
205
gpiob: gpio@400ff040 {
204
206
compatible = "nxp,kinetis-gpio";
205
207
status = "disabled";
206
- reg = <0x400ff040 0x40>;
208
+ reg = <0x40 0x40>;
207
209
gpio-controller;
208
210
#gpio-cells = <2>;
209
211
nxp,kinetis-port = <&portb>;
212
214
gpioc: gpio@400ff080 {
213
215
compatible = "nxp,kinetis-gpio";
214
216
status = "disabled";
215
- reg = <0x400ff080 0x40>;
217
+ reg = <0x80 0x40>;
216
218
gpio-controller;
217
219
#gpio-cells = <2>;
218
220
nxp,kinetis-port = <&portc>;
221
223
gpiod: gpio@400ff0c0 {
222
224
compatible = "nxp,kinetis-gpio";
223
225
status = "disabled";
224
- reg = <0x400ff0c0 0x40>;
226
+ reg = <0xc0 0x40>;
225
227
gpio-controller;
226
228
#gpio-cells = <2>;
227
229
nxp,kinetis-port = <&portd>;
You can’t perform that action at this time.
0 commit comments