24 lines
293 B
Plaintext
24 lines
293 B
Plaintext
/*
|
|
* Copyright (c) 2020 Erwin Rol <erwin@erwinrol.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&spi1 {
|
|
dmas = <&dmamux1 0 11 0x20440 0
|
|
&dmamux1 7 10 0x20480 0>;
|
|
dma-names = "tx", "rx";
|
|
};
|
|
|
|
&dma1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&dma2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&dmamux1 {
|
|
status = "okay";
|
|
};
|