2021-04-14 22:50:20 +08:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
|
|
|
&usart1 {
|
2021-04-28 20:46:52 +08:00
|
|
|
dmas = <&dmamux1 5 51 0x440>,
|
|
|
|
<&dmamux1 4 50 0x480>;
|
2021-04-14 22:50:20 +08:00
|
|
|
dma-names = "tx", "rx";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dma1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dmamux1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|