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:
parent
d1bfea0e4e
commit
3f65552446
|
@ -75,7 +75,7 @@
|
||||||
compatible = "atmel,sam0-uart";
|
compatible = "atmel,sam0-uart";
|
||||||
current-speed = <9600>;
|
current-speed = <9600>;
|
||||||
rxpo = <3>;
|
rxpo = <3>;
|
||||||
txpo = <2>;
|
txpo = <1>;
|
||||||
|
|
||||||
pinctrl-0 = <&sercom0_uart_default>;
|
pinctrl-0 = <&sercom0_uart_default>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
Loading…
Reference in a new issue