boards: 96b_argonkey: configure serial pins from DT
usart1 pinmuxes are now configured from DT pinctrl. Signed-off-by: Jeremy LOCHE <lochejeremy@gmail.com>
This commit is contained in:
parent
f6b0242084
commit
5f61d2ce6f
2 changed files with 2 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
#include <st/f4/stm32f412Xg.dtsi>
|
||||
#include <st/f4/stm32f412c(e-g)ux-pinctrl.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Tocoding Argonkey 96boards";
|
||||
|
@ -46,6 +47,7 @@
|
|||
};
|
||||
|
||||
&usart1 {
|
||||
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue