2021-04-14 20:41:30 +08:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
|
|
|
&usart1 {
|
2021-04-28 20:46:52 +08:00
|
|
|
dmas = <&dmamux1 2 25 0x440>,
|
|
|
|
<&dmamux1 1 24 0x480>;
|
2021-04-14 20:41:30 +08:00
|
|
|
dma-names = "tx", "rx";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dma1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dmamux1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|