Skip to content

Commit 6f7696c

Browse files
committed
Devicetree: Format all files (Rebase)
Format all the devicetree files to align with the Zephyr coding guidelines. The changes have been generated using the dts-linter CLI tool Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent af97268 commit 6f7696c

File tree

62 files changed

+168
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+168
-168
lines changed

applications/matter_weather_station/app.overlay

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
buzzer-pwm = &buzzer;
2626
};
2727

28-
sram@2007E340 {
28+
sram@2007e340 {
2929
compatible = "zephyr,memory-region", "mmio-sram";
30-
reg = <0x2007E340 0x1CC0>;
30+
reg = <0x2007e340 0x1cc0>;
3131
zephyr,memory-region = "DiagnosticLogMem";
3232
status = "okay";
3333

@@ -41,7 +41,7 @@
4141
crash_retention: retention@0 {
4242
compatible = "zephyr,retention";
4343
status = "okay";
44-
reg = <0x0 0xC0>;
44+
reg = <0x0 0xc0>;
4545
prefix = [08 04];
4646
checksum = <2>;
4747
};
@@ -50,7 +50,7 @@
5050
network_logs_retention: retention@c0 {
5151
compatible = "zephyr,retention";
5252
status = "okay";
53-
reg = <0xC0 0x1800>;
53+
reg = <0xc0 0x1800>;
5454
prefix = [06 03];
5555
checksum = <2>;
5656
};
@@ -59,7 +59,7 @@
5959
end_user_logs_retention: retention@18c0 {
6060
compatible = "zephyr,retention";
6161
status = "okay";
62-
reg = <0x18C0 0x400>;
62+
reg = <0x18c0 0x400>;
6363
prefix = [05 02];
6464
checksum = <2>;
6565
};
@@ -105,5 +105,5 @@
105105

106106
/* Reduce SRAM0 usage by 7360 B to account for non-init area */
107107
&sram0 {
108-
reg = <0x20000000 0x7E340>;
108+
reg = <0x20000000 0x7e340>;
109109
};

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
1010
&cpuapp_rram {
11-
reg = < 0x0 DT_SIZE_K(2036) >;
11+
reg = <0x0 DT_SIZE_K(2036)>;
1212
};
1313

1414
/ {

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/app_llvm.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
1010
&cpuapp_rram {
11-
reg = < 0x0 DT_SIZE_K(2036) >;
11+
reg = <0x0 DT_SIZE_K(2036)>;
1212
};
1313

1414
/ {

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/app_release.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
1010
&cpuapp_rram {
11-
reg = < 0x0 DT_SIZE_K(2036) >;
11+
reg = <0x0 DT_SIZE_K(2036)>;
1212
};
1313

1414
/ {

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/images/mcuboot/app_llvm.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
88
&cpuapp_rram {
9-
reg = < 0x0 DT_SIZE_K(2036) >;
9+
reg = <0x0 DT_SIZE_K(2036)>;
1010
};

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/images/mcuboot/app_release.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
88
&cpuapp_rram {
9-
reg = < 0x0 DT_SIZE_K(2036) >;
9+
reg = <0x0 DT_SIZE_K(2036)>;
1010
};

boards/nordic/nrf52833dongle/nrf52833dongle_nrf52833.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,27 +131,27 @@
131131

132132
boot_partition: partition@0 {
133133
label = "mcuboot";
134-
reg = <0x000000000 0xC000>;
134+
reg = <0x000000000 0xc000>;
135135
};
136136

137137
slot0_partition: partition@c000 {
138138
label = "image-0";
139-
reg = <0x0000C000 0x32000>;
139+
reg = <0x0000c000 0x32000>;
140140
};
141141

142142
slot1_partition: partition@3e000 {
143143
label = "image-1";
144-
reg = <0x0003E000 0x32000>;
144+
reg = <0x0003e000 0x32000>;
145145
};
146146

147147
scratch_partition: partition@70000 {
148148
label = "image-scratch";
149-
reg = <0x00070000 0xA000>;
149+
reg = <0x00070000 0xa000>;
150150
};
151151

152152
storage_partition: partition@7a000 {
153153
label = "storage";
154-
reg = <0x0007A000 0x00006000>;
154+
reg = <0x0007a000 0x00006000>;
155155
};
156156
};
157157
};

boards/nordic/nrf52840gmouse/nrf52840gmouse_nrf52840.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@
121121

122122
boot_partition: partition@0 {
123123
label = "mcuboot";
124-
reg = <0x000000000 0x0000C000>;
124+
reg = <0x000000000 0x0000c000>;
125125
};
126126

127127
slot0_partition: partition@c000 {
128128
label = "image-0";
129-
reg = <0x0000C000 0x000069000>;
129+
reg = <0x0000c000 0x000069000>;
130130
};
131131

132132
slot1_partition: partition@75000 {

boards/nordic/nrf52dmouse/nrf52dmouse_nrf52832.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393

9494
boot_partition: partition@0 {
9595
label = "mcuboot";
96-
reg = <0x00000000 0x0000C000>;
96+
reg = <0x00000000 0x0000c000>;
9797
};
9898

9999
slot0_partition: partition@c000 {
100100
label = "image-0";
101-
reg = <0x0000C000 0x00036000>;
101+
reg = <0x0000c000 0x00036000>;
102102
};
103103

104104
slot1_partition: partition@42000 {
@@ -113,7 +113,7 @@
113113

114114
storage_partition: partition@7c000 {
115115
label = "storage";
116-
reg = <0x0007C000 0x00004000>;
116+
reg = <0x0007c000 0x00004000>;
117117
};
118118
};
119119
};

boards/nordic/nrf52kbd/nrf52kbd_nrf52832.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373

7474
boot_partition: partition@0 {
7575
label = "mcuboot";
76-
reg = <0x000000000 0x0000C000>;
76+
reg = <0x000000000 0x0000c000>;
7777
};
7878

7979
slot0_partition: partition@c000 {
8080
label = "image-0";
81-
reg = <0x0000C000 0x000036000>;
81+
reg = <0x0000c000 0x000036000>;
8282
};
8383

8484
slot1_partition: partition@42000 {
@@ -93,7 +93,7 @@
9393

9494
storage_partition: partition@7c000 {
9595
label = "storage";
96-
reg = <0x0007C000 0x00004000>;
96+
reg = <0x0007c000 0x00004000>;
9797
};
9898
};
9999
};

0 commit comments

Comments
 (0)