File tree Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 5
5
# SPDX-License-Identifier: Apache-2.0
6
6
7
7
config SPI_MCUX_DSPI
8
- bool "MCUX SPI driver"
8
+ bool "MCUX DSPI driver"
9
9
default y
10
- depends on DT_HAS_NXP_KINETIS_DSPI_ENABLED
10
+ depends on DT_HAS_NXP_DSPI_ENABLED
11
11
depends on CLOCK_CONTROL
12
12
select PINCTRL
13
13
help
14
- Enable support for mcux spi driver.
14
+ Enable the MCUX DSPI driver.
15
15
16
16
if SPI_MCUX_DSPI
17
17
18
18
config DSPI_MCUX_EDMA
19
19
bool "ENABLE EDMA for DSPI driver"
20
20
depends on HAS_MCUX && HAS_MCUX_EDMA
21
21
help
22
- Enable the MCUX DSPI driver.
22
+ Enable DMA support for the MCUX DSPI driver.
23
23
24
24
if DSPI_MCUX_EDMA
25
25
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: Apache-2.0
6
6
*/
7
7
8
- #define DT_DRV_COMPAT nxp_kinetis_dspi
8
+ #define DT_DRV_COMPAT nxp_dspi
9
9
10
10
#include <errno.h>
11
11
#include <zephyr/drivers/spi.h>
Original file line number Diff line number Diff line change 274
274
};
275
275
276
276
spi0: spi@4002c000 {
277
- compatible = "nxp,kinetis- dspi";
277
+ compatible = "nxp,dspi";
278
278
reg = <0x4002c000 0x88>;
279
279
interrupts = <26 3>;
280
280
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
284
284
};
285
285
286
286
spi1: spi@4002d000 {
287
- compatible = "nxp,kinetis- dspi";
287
+ compatible = "nxp,dspi";
288
288
reg = <0x4002d000 0x88>;
289
289
interrupts = <27 3>;
290
290
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 335
335
};
336
336
337
337
spi0: spi@4002c000 {
338
- compatible = "nxp,kinetis- dspi";
338
+ compatible = "nxp,dspi";
339
339
reg = <0x4002c000 0x88>;
340
340
interrupts = <26 3>;
341
341
dmas = <&edma0 0 14>, <&edma0 0 15>;
349
349
};
350
350
351
351
spi1: spi@4002d000 {
352
- compatible = "nxp,kinetis- dspi";
352
+ compatible = "nxp,dspi";
353
353
reg = <0x4002d000 0x88>;
354
354
interrupts = <27 3>;
355
355
dmas = <&edma0 0 16>, <&edma0 0 16>;
364
364
};
365
365
366
366
spi2: spi@400ac000 {
367
- compatible = "nxp,kinetis- dspi";
367
+ compatible = "nxp,dspi";
368
368
reg = <0x400ac000 0x88>;
369
369
interrupts = <65 3>;
370
370
dmas = <&edma0 0 38>, <&edma0 0 39>;
Original file line number Diff line number Diff line change 335
335
};
336
336
337
337
spi0: spi@4002c000 {
338
- compatible = "nxp,kinetis- dspi";
338
+ compatible = "nxp,dspi";
339
339
reg = <0x4002c000 0x1000>;
340
340
interrupts = <26 3>;
341
341
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103c 12>;
345
345
};
346
346
347
347
spi1: spi@4002d000 {
348
- compatible = "nxp,kinetis- dspi";
348
+ compatible = "nxp,dspi";
349
349
reg = <0x4002d000 0x1000>;
350
350
interrupts = <27 3>;
351
351
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103c 13>;
355
355
};
356
356
357
357
spi2: spi@400ac000 {
358
- compatible = "nxp,kinetis- dspi";
358
+ compatible = "nxp,dspi";
359
359
reg = <0x400ac000 0x1000>;
360
360
interrupts = <65 3>;
361
361
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1030 12>;
Original file line number Diff line number Diff line change 239
239
};
240
240
241
241
spi0: spi@4002c000 {
242
- compatible = "nxp,kinetis- dspi";
242
+ compatible = "nxp,dspi";
243
243
reg = <0x4002c000 0x1000>;
244
244
interrupts = <26 3>;
245
245
status = "disabled";
249
249
};
250
250
251
251
spi1: spi@4002d000 {
252
- compatible = "nxp,kinetis- dspi";
252
+ compatible = "nxp,dspi";
253
253
reg = <0x4002d000 0x1000>;
254
254
interrupts = <27 3>;
255
255
status = "disabled";
259
259
};
260
260
261
261
spi2: spi@400ac000 {
262
- compatible = "nxp,kinetis- dspi";
262
+ compatible = "nxp,dspi";
263
263
reg = <0x400ac000 0x1000>;
264
264
interrupts = <65 3>;
265
265
status = "disabled";
Original file line number Diff line number Diff line change 256
256
};
257
257
258
258
spi0: spi@4002c000 {
259
- compatible = "nxp,kinetis- dspi";
259
+ compatible = "nxp,dspi";
260
260
reg = <0x4002c000 0x88>;
261
261
interrupts = <26 3>;
262
262
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
266
266
};
267
267
268
268
spi1: spi@4002d000 {
269
- compatible = "nxp,kinetis- dspi";
269
+ compatible = "nxp,dspi";
270
270
reg = <0x4002d000 0x88>;
271
271
interrupts = <27 3>;
272
272
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 171
171
};
172
172
173
173
spi0: spi@4002c000 {
174
- compatible = "nxp,kinetis- dspi";
174
+ compatible = "nxp,dspi";
175
175
reg = <0x4002c000 0x9C>;
176
176
interrupts = <10 3>;
177
177
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
182
182
};
183
183
184
184
spi1: spi@4002d000 {
185
- compatible = "nxp,kinetis- dspi";
185
+ compatible = "nxp,dspi";
186
186
reg = <0x4002d000 0x9C>;
187
187
interrupts = <29 3>;
188
188
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 178
178
};
179
179
180
180
spi0: spi@4002c000 {
181
- compatible = "nxp,kinetis- dspi";
181
+ compatible = "nxp,dspi";
182
182
reg = <0x4002c000 0x9C>;
183
183
interrupts = <10 3>;
184
184
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
189
189
};
190
190
191
191
spi1: spi@4002d000 {
192
- compatible = "nxp,kinetis- dspi";
192
+ compatible = "nxp,dspi";
193
193
reg = <0x4002d000 0x9C>;
194
194
interrupts = <29 3>;
195
195
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 561
561
};
562
562
563
563
dspi0: spi@40340000 {
564
- compatible = "nxp,kinetis- dspi";
564
+ compatible = "nxp,dspi";
565
565
reg = <0x40340000 0x10000>;
566
566
interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
567
567
clocks = <&clock NXP_S32_MSCDSPI_CLK>;
You can’t perform that action at this time.
0 commit comments