blob: 26f0a1cca080be26ecfb7b7cffe5e886a60cc490 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
&dmac {
status = "okay";
};
&sercom0 {
/* Configure DMA channels for async operation */
dmas = <&dmac 0 1>, <&dmac 1 2>;
dma-names = "rx", "tx";
};
&sercom3 {
status = "okay";
compatible = "atmel,sam0-uart";
current-speed = <115200>;
/* Internally loop-back TX and RX on PAD0 */
rxpo = <0>;
txpo = <0>;
/* PAD0 must be configured to allow working loop-back */
pinctrl-0 = <&pa16d_sercom3_pad0>;
/* Configure DMA channels for async operation */
dmas = <&dmac 10 7>, <&dmac 11 8>;
dma-names = "rx", "tx";
};