Skip to content

Commit b116bc7

Browse files
ArunmaniAlagarsamy2710aescolar
authored andcommitted
boards: silabs: efr32_radio: Remove duplicate usart0 definition
In the <board>.dts file, the definition for usart0 was found to be redundant as the same information is already provided in the included .dtsi file. this commit removes the duplicate definition of usart0, resulting in a cleaner and more maintainable device tree configuration. Signed-off-by: Arunmani Alagarsamy <arunmani.a@capgemini.com>
1 parent b2e235d commit b116bc7

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

boards/silabs/efr32_radio/efr32_radio_efr32mg12p432f1024gl125.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/dts-v1/;
88
#include <silabs/efr32mg12p432f1024gl125.dtsi>
9-
#include <silabs/efr32xg12p-pinctrl.dtsi>
109
#include "efr32_radio.dtsi"
1110

1211
/ {
@@ -73,13 +72,6 @@
7372
};
7473
};
7574

76-
&usart0 {
77-
current-speed = <115200>;
78-
pinctrl-0 = <&usart0_default>;
79-
pinctrl-names = "default";
80-
status = "okay";
81-
};
82-
8375
&i2c0 {
8476
pinctrl-0 = <&i2c0_default>;
8577
pinctrl-names = "default";

boards/silabs/efr32_radio/efr32_radio_efr32mg12p433f1024gm68.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/dts-v1/;
88
#include <silabs/efr32mg12p433f1024gm68.dtsi>
9-
#include <silabs/efr32xg12p-pinctrl.dtsi>
109
#include "efr32_radio.dtsi"
1110

1211
/ {
@@ -61,10 +60,3 @@
6160

6261
};
6362
};
64-
65-
&usart0 {
66-
current-speed = <115200>;
67-
pinctrl-0 = <&usart0_default>;
68-
pinctrl-names = "default";
69-
status = "okay";
70-
};

dts/arm/silabs/efr32xg12p-pinctrl.dtsi

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)