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 55# SPDX-License-Identifier: Apache-2.0
66
77config SPI_MCUX_DSPI
8- bool "MCUX SPI driver"
8+ bool "MCUX DSPI driver"
99 default y
10- depends on DT_HAS_NXP_KINETIS_DSPI_ENABLED
10+ depends on DT_HAS_NXP_DSPI_ENABLED
1111 depends on CLOCK_CONTROL
1212 select PINCTRL
1313 help
14- Enable support for mcux spi driver.
14+ Enable the MCUX DSPI driver.
1515
1616if SPI_MCUX_DSPI
1717
1818config DSPI_MCUX_EDMA
1919 bool "ENABLE EDMA for DSPI driver"
2020 depends on HAS_MCUX && HAS_MCUX_EDMA
2121 help
22- Enable the MCUX DSPI driver.
22+ Enable DMA support for the MCUX DSPI driver.
2323
2424if DSPI_MCUX_EDMA
2525
Original file line number Diff line number Diff line change 55 * SPDX-License-Identifier: Apache-2.0
66 */
77
8- #define DT_DRV_COMPAT nxp_kinetis_dspi
8+ #define DT_DRV_COMPAT nxp_dspi
99
1010#include <errno.h>
1111#include <zephyr/drivers/spi.h>
Original file line number Diff line number Diff line change 274274 };
275275
276276 spi0: spi@4002c000 {
277- compatible = "nxp,kinetis- dspi";
277+ compatible = "nxp,dspi";
278278 reg = <0x4002c000 0x88>;
279279 interrupts = <26 3>;
280280 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
284284 };
285285
286286 spi1: spi@4002d000 {
287- compatible = "nxp,kinetis- dspi";
287+ compatible = "nxp,dspi";
288288 reg = <0x4002d000 0x88>;
289289 interrupts = <27 3>;
290290 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 335335 };
336336
337337 spi0: spi@4002c000 {
338- compatible = "nxp,kinetis- dspi";
338+ compatible = "nxp,dspi";
339339 reg = <0x4002c000 0x88>;
340340 interrupts = <26 3>;
341341 dmas = <&edma0 0 14>, <&edma0 0 15>;
349349 };
350350
351351 spi1: spi@4002d000 {
352- compatible = "nxp,kinetis- dspi";
352+ compatible = "nxp,dspi";
353353 reg = <0x4002d000 0x88>;
354354 interrupts = <27 3>;
355355 dmas = <&edma0 0 16>, <&edma0 0 16>;
364364 };
365365
366366 spi2: spi@400ac000 {
367- compatible = "nxp,kinetis- dspi";
367+ compatible = "nxp,dspi";
368368 reg = <0x400ac000 0x88>;
369369 interrupts = <65 3>;
370370 dmas = <&edma0 0 38>, <&edma0 0 39>;
Original file line number Diff line number Diff line change 335335 };
336336
337337 spi0: spi@4002c000 {
338- compatible = "nxp,kinetis- dspi";
338+ compatible = "nxp,dspi";
339339 reg = <0x4002c000 0x1000>;
340340 interrupts = <26 3>;
341341 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103c 12>;
345345 };
346346
347347 spi1: spi@4002d000 {
348- compatible = "nxp,kinetis- dspi";
348+ compatible = "nxp,dspi";
349349 reg = <0x4002d000 0x1000>;
350350 interrupts = <27 3>;
351351 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103c 13>;
355355 };
356356
357357 spi2: spi@400ac000 {
358- compatible = "nxp,kinetis- dspi";
358+ compatible = "nxp,dspi";
359359 reg = <0x400ac000 0x1000>;
360360 interrupts = <65 3>;
361361 clocks = <&sim KINETIS_SIM_BUS_CLK 0x1030 12>;
Original file line number Diff line number Diff line change 239239 };
240240
241241 spi0: spi@4002c000 {
242- compatible = "nxp,kinetis- dspi";
242+ compatible = "nxp,dspi";
243243 reg = <0x4002c000 0x1000>;
244244 interrupts = <26 3>;
245245 status = "disabled";
249249 };
250250
251251 spi1: spi@4002d000 {
252- compatible = "nxp,kinetis- dspi";
252+ compatible = "nxp,dspi";
253253 reg = <0x4002d000 0x1000>;
254254 interrupts = <27 3>;
255255 status = "disabled";
259259 };
260260
261261 spi2: spi@400ac000 {
262- compatible = "nxp,kinetis- dspi";
262+ compatible = "nxp,dspi";
263263 reg = <0x400ac000 0x1000>;
264264 interrupts = <65 3>;
265265 status = "disabled";
Original file line number Diff line number Diff line change 256256 };
257257
258258 spi0: spi@4002c000 {
259- compatible = "nxp,kinetis- dspi";
259+ compatible = "nxp,dspi";
260260 reg = <0x4002c000 0x88>;
261261 interrupts = <26 3>;
262262 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
266266 };
267267
268268 spi1: spi@4002d000 {
269- compatible = "nxp,kinetis- dspi";
269+ compatible = "nxp,dspi";
270270 reg = <0x4002d000 0x88>;
271271 interrupts = <27 3>;
272272 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 171171 };
172172
173173 spi0: spi@4002c000 {
174- compatible = "nxp,kinetis- dspi";
174+ compatible = "nxp,dspi";
175175 reg = <0x4002c000 0x9C>;
176176 interrupts = <10 3>;
177177 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
182182 };
183183
184184 spi1: spi@4002d000 {
185- compatible = "nxp,kinetis- dspi";
185+ compatible = "nxp,dspi";
186186 reg = <0x4002d000 0x9C>;
187187 interrupts = <29 3>;
188188 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 178178 };
179179
180180 spi0: spi@4002c000 {
181- compatible = "nxp,kinetis- dspi";
181+ compatible = "nxp,dspi";
182182 reg = <0x4002c000 0x9C>;
183183 interrupts = <10 3>;
184184 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
189189 };
190190
191191 spi1: spi@4002d000 {
192- compatible = "nxp,kinetis- dspi";
192+ compatible = "nxp,dspi";
193193 reg = <0x4002d000 0x9C>;
194194 interrupts = <29 3>;
195195 clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 13>;
Original file line number Diff line number Diff line change 561561 };
562562
563563 dspi0: spi@40340000 {
564- compatible = "nxp,kinetis- dspi";
564+ compatible = "nxp,dspi";
565565 reg = <0x40340000 0x10000>;
566566 interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
567567 clocks = <&clock NXP_S32_MSCDSPI_CLK>;
You can’t perform that action at this time.
0 commit comments