Skip to content

Commit b4491eb

Browse files
asmellbycfriedt
authored andcommitted
dts: arm: silabs: Clean up xg29 dts files
Reformat devicetree files according to <https://docs.zephyrproject.org/latest/contribute/style/devicetree.html> and <https://docs.kernel.org/devicetree/bindings/dts-coding-style.html>: * Sort nodes by unit address or name * Sort properties by category and name Add missing MPU and prortcclk nodes. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 33a7b65 commit b4491eb

8 files changed

+227
-218
lines changed

dts/arm/silabs/xg29/efr32bg29b140f1024im40.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
};
1515
};
1616

17-
&sram0 {
18-
reg = <0x20000000 DT_SIZE_K(256)>;
19-
};
20-
2117
&flash0 {
2218
reg = <0x08000000 DT_SIZE_K(1024)>;
2319
};
20+
21+
&sram0 {
22+
reg = <0x20000000 DT_SIZE_K(256)>;
23+
};

dts/arm/silabs/xg29/efr32bg29b220f1024cj45.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
};
1616
};
1717

18-
&sram0 {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
18+
&dcdc {
19+
regulator-boot-on;
20+
regulator-init-microvolt = <1800000>;
21+
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
22+
status = "okay";
2023
};
2124

2225
&flash0 {
2326
reg = <0x08000000 DT_SIZE_K(1024)>;
2427
};
2528

26-
&dcdc {
27-
regulator-boot-on;
28-
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
29-
regulator-init-microvolt = <1800000>;
30-
status = "okay";
29+
&sram0 {
30+
reg = <0x20000000 DT_SIZE_K(256)>;
3131
};

dts/arm/silabs/xg29/efr32bg29b221f1024cj45.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
};
1616
};
1717

18-
&sram0 {
19-
reg = <0x20000000 DT_SIZE_K(192)>;
18+
&dcdc {
19+
regulator-boot-on;
20+
regulator-init-microvolt = <1800000>;
21+
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
22+
status = "okay";
2023
};
2124

2225
&flash0 {
2326
reg = <0x08000000 DT_SIZE_K(1024)>;
2427
};
2528

26-
&dcdc {
27-
regulator-boot-on;
28-
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
29-
regulator-init-microvolt = <1800000>;
30-
status = "okay";
29+
&sram0 {
30+
reg = <0x20000000 DT_SIZE_K(192)>;
3131
};

dts/arm/silabs/xg29/efr32bg29b230f1024cm40.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
};
1616
};
1717

18-
&sram0 {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
18+
&dcdc {
19+
regulator-boot-on;
20+
regulator-init-microvolt = <1800000>;
21+
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
22+
status = "okay";
2023
};
2124

2225
&flash0 {
2326
reg = <0x08000000 DT_SIZE_K(1024)>;
2427
};
2528

26-
&dcdc {
27-
regulator-boot-on;
28-
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
29-
regulator-init-microvolt = <1800000>;
30-
status = "okay";
29+
&sram0 {
30+
reg = <0x20000000 DT_SIZE_K(256)>;
3131
};

dts/arm/silabs/xg29/efr32mg29b140f1024im40.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
};
1515
};
1616

17-
&sram0 {
18-
reg = <0x20000000 DT_SIZE_K(256)>;
19-
};
20-
2117
&flash0 {
2218
reg = <0x08000000 DT_SIZE_K(1024)>;
2319
};
20+
21+
&sram0 {
22+
reg = <0x20000000 DT_SIZE_K(256)>;
23+
};

dts/arm/silabs/xg29/efr32mg29b230f1024cm40.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
};
1616
};
1717

18-
&sram0 {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
18+
&dcdc {
19+
regulator-boot-on;
20+
regulator-init-microvolt = <1800000>;
21+
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
22+
status = "okay";
2023
};
2124

2225
&flash0 {
2326
reg = <0x08000000 DT_SIZE_K(1024)>;
2427
};
2528

26-
&dcdc {
27-
regulator-boot-on;
28-
regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
29-
regulator-init-microvolt = <1800000>;
30-
status = "okay";
29+
&sram0 {
30+
reg = <0x20000000 DT_SIZE_K(256)>;
3131
};

dts/arm/silabs/xg29/efr32xg29.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
soc {
1111
radio: radio@b0000000 {
1212
compatible = "silabs,series2-radio";
13-
reg = <0xb0000000 0x1000000>;
14-
interrupts = <36 1>, <37 1>, <38 1>, <39 1>, <40 1>, <41 1>,
15-
<42 1>, <43 1>, <44 1>, <45 1>, <46 1>, <47 1>;
13+
reg = <0xb0000000 0x01000000>;
1614
interrupt-names = "agc", "bufc", "frc_pri", "frc", "modem", "protimer",
1715
"rac_rsm", "rac_seq", "rdmailbox", "rfsense", "synth",
1816
"prortc";
17+
interrupts = <36 1>, <37 1>, <38 1>, <39 1>, <40 1>, <41 1>, <42 1>,
18+
<43 1>, <44 1>, <45 1>, <46 1>, <47 1>;
19+
pa-2p4ghz = "highest";
1920
pa-initial-power-dbm = <10>;
2021
pa-ramp-time-us = <2>;
2122
pa-voltage-mv = <3300>;
22-
pa-2p4ghz = "highest";
2323

2424
bt_hci_silabs: bt_hci_silabs {
2525
compatible = "silabs,bt-hci-efr32";

0 commit comments

Comments
 (0)