Commit 1bab02ec authored by Richard Genoud's avatar Richard Genoud Committed by Nicolas Ferre

ARM: at91/at91sam9x5 DTS: add SCK USART pins

The SCK pins where missing in usarts pinctrl.
Signed-off-by: default avatarRichard Genoud <richard.genoud@gmail.com>
Acked-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent c89cec3a
...@@ -143,6 +143,11 @@ pinctrl_usart0_cts: usart0_cts-0 { ...@@ -143,6 +143,11 @@ pinctrl_usart0_cts: usart0_cts-0 {
atmel,pins = atmel,pins =
<0 3 0x1 0x0>; /* PA3 periph A */ <0 3 0x1 0x0>; /* PA3 periph A */
}; };
pinctrl_usart0_sck: usart0_sck-0 {
atmel,pins =
<0 4 0x1 0x0>; /* PA4 periph A */
};
}; };
usart1 { usart1 {
...@@ -161,6 +166,11 @@ pinctrl_usart1_cts: usart1_cts-0 { ...@@ -161,6 +166,11 @@ pinctrl_usart1_cts: usart1_cts-0 {
atmel,pins = atmel,pins =
<2 28 0x3 0x0>; /* PC28 periph C */ <2 28 0x3 0x0>; /* PC28 periph C */
}; };
pinctrl_usart1_sck: usart1_sck-0 {
atmel,pins =
<2 28 0x3 0x0>; /* PC29 periph C */
};
}; };
usart2 { usart2 {
...@@ -179,6 +189,11 @@ pinctrl_uart2_cts: uart2_cts-0 { ...@@ -179,6 +189,11 @@ pinctrl_uart2_cts: uart2_cts-0 {
atmel,pins = atmel,pins =
<1 1 0x2 0x0>; /* PB1 periph B */ <1 1 0x2 0x0>; /* PB1 periph B */
}; };
pinctrl_usart2_sck: usart2_sck-0 {
atmel,pins =
<1 2 0x2 0x0>; /* PB2 periph B */
};
}; };
usart3 { usart3 {
...@@ -197,6 +212,11 @@ pinctrl_usart3_cts: usart3_cts-0 { ...@@ -197,6 +212,11 @@ pinctrl_usart3_cts: usart3_cts-0 {
atmel,pins = atmel,pins =
<2 25 0x2 0x0>; /* PC25 periph B */ <2 25 0x2 0x0>; /* PC25 periph B */
}; };
pinctrl_usart3_sck: usart3_sck-0 {
atmel,pins =
<2 26 0x2 0x0>; /* PC26 periph B */
};
}; };
uart0 { uart0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment