boards: efr32_radio_brd4170a: Setup console with pinctrl
Prior to this patch, the BRD4170A did not enable the UART console using pinctrl, which was recently added for this SoC series. Signed-off-by: Warren Buffer <warren.buffer78@gmail.com>
This commit is contained in:
parent
3dba54b92d
commit
af22475f98
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
#include <silabs/efr32mg12p433f1024gm68.dtsi>
|
||||
#include <silabs/efr32xg12p-pinctrl.dtsi>
|
||||
#include "efr32_radio.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -60,3 +61,10 @@
|
|||
|
||||
};
|
||||
};
|
||||
|
||||
&usart0 {
|
||||
current-speed = <115200>;
|
||||
pinctrl-0 = <&usart0_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue