2021-04-14 22:55:43 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Thomas Stranger
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&spi1 {
|
2021-07-01 21:00:35 +08:00
|
|
|
dmas = <&dmamux1 2 17 0x20440
|
|
|
|
&dmamux1 1 16 0x20480>;
|
2021-04-14 22:55:43 +08:00
|
|
|
dma-names = "tx", "rx";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dma1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dmamux1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|