boards: mimxrt10xx: Added support for LPSPI DMA on RT10xx series
Add support for LPSPI DMA mode on RT1064, RT1060, RT1050, RT1024, RT1020, RT1015, and RT1010 evaluation boards. Update tests to match. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
ca80f2e2ea
commit
0aeb69ee8c
14 changed files with 44 additions and 0 deletions
|
@ -96,6 +96,9 @@ arduino_serial: &lpuart4 {};
|
|||
|
||||
&lpspi1 {
|
||||
status = "okay";
|
||||
/* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */
|
||||
dmas = <&edma0 0 13>, <&edma0 1 14>;
|
||||
dma-names = "rx", "tx";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue