Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a009d692 authored by Jonas Andersson's avatar Jonas Andersson Committed by Nicolas Ferre
Browse files

ARM: at91/dt: at91sam9260: fix usart pinctrl



Corrected pins used by usart3.

Signed-off-by: default avatarJonas Andersson <jonas@microbit.se>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent a547f60a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -494,12 +494,12 @@

					pinctrl_usart3_rts: usart3_rts-0 {
						atmel,pins =
							<AT91_PIOB 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;	/* PC8 periph B */
							<AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
					};

					pinctrl_usart3_cts: usart3_cts-0 {
						atmel,pins =
							<AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;	/* PC10 periph B */
							<AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
					};
				};