boards: arm: atsamd21_xpro: Change sercom0 tx pad and control.

According to the documentation and pinctrl file, sercom0 tx should
be available on PA10C/SERCOM_PAD[2]. However, and somewhat confusingly,
txpo 2 meant SERCOM_PAD[0] with RTS/CTS flow control.

Changing this to txpo 1 uses SERCOM_PAD[2], which allows sercom0
to work as documented.

Signed-off-by: Tom Rothamel <tom@rothamel.us>
This commit is contained in:
Tom Rothamel 2023-02-21 10:24:24 -05:00 committed by Henrik Brix Andersen
parent d1bfea0e4e
commit 3f65552446

View file

@ -75,7 +75,7 @@
compatible = "atmel,sam0-uart";
current-speed = <9600>;
rxpo = <3>;
txpo = <2>;
txpo = <1>;
pinctrl-0 = <&sercom0_uart_default>;
pinctrl-names = "default";