Skip to content

Commit 9ae7c1e

Browse files
nordicjmkartben
authored andcommitted
dts: common: nordic: Fix styling
Fixes styling to adhere to coding standards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 7a426de commit 9ae7c1e

8 files changed

+23
-0
lines changed

dts/common/nordic/nrf52840_partition.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
label = "mcuboot";
2323
reg = <0x00000000 0x0000C000>;
2424
};
25+
2526
slot0_partition: partition@c000 {
2627
label = "image-0";
2728
reg = <0x0000C000 0x00077000>;
2829
};
30+
2931
slot1_partition: partition@83000 {
3032
label = "image-1";
3133
reg = <0x00083000 0x00075000>;

dts/common/nordic/nrf52840_partition_uf2_sdv6.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
read-only;
3636
reg = <0x00000000 0x00026000>;
3737
};
38+
3839
code_partition: partition@26000 {
3940
label = "Application";
4041
reg = <0x00026000 0x000C6000>;

dts/common/nordic/nrf52840_partition_uf2_sdv7.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
read-only;
3434
reg = <0x00000000 0x00027000>;
3535
};
36+
3637
code_partition: partition@27000 {
3738
label = "Application";
3839
reg = <0x00027000 0x000C5000>;

dts/common/nordic/nrf5340_cpuapp_partition.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,42 @@
3333
label = "mcuboot";
3434
reg = <0x00000000 0x10000>;
3535
};
36+
3637
slot0_partition: partition@10000 {
3738
label = "image-0";
3839
reg = <0x00010000 0x40000>;
3940
};
41+
4042
slot0_ns_partition: partition@50000 {
4143
label = "image-0-nonsecure";
4244
reg = <0x00050000 0x30000>;
4345
};
46+
4447
slot1_partition: partition@80000 {
4548
label = "image-1";
4649
reg = <0x00080000 0x40000>;
4750
};
51+
4852
slot1_ns_partition: partition@c0000 {
4953
label = "image-1-nonsecure";
5054
reg = <0x000c0000 0x30000>;
5155
};
56+
5257
tfm_ps_partition: partition@f0000 {
5358
label = "tfm-ps";
5459
reg = <0x000f0000 0x00004000>;
5560
};
61+
5662
tfm_its_partition: partition@f4000 {
5763
label = "tfm-its";
5864
reg = <0x000f4000 0x00002000>;
5965
};
66+
6067
tfm_otp_partition: partition@f6000 {
6168
label = "tfm-otp";
6269
reg = <0x000f6000 0x00002000>;
6370
};
71+
6472
storage_partition: partition@f8000 {
6573
label = "storage";
6674
reg = <0x000f8000 0x00008000>;

dts/common/nordic/nrf54l09.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
clocks = <&hfpll>;
3131
#address-cells = <1>;
3232
#size-cells = <1>;
33+
3334
itm: itm@e0000000 {
3435
compatible = "arm,armv8m-itm";
3536
reg = <0xe0000000 0x1000>;

dts/common/nordic/nrf54l20.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
clocks = <&hfpll>;
2727
#address-cells = <1>;
2828
#size-cells = <1>;
29+
2930
itm: itm@e0000000 {
3031
compatible = "arm,armv8m-itm";
3132
reg = <0xe0000000 0x1000>;

dts/common/nordic/nrf54l_05_10_15.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
clocks = <&hfpll>;
3131
#address-cells = <1>;
3232
#size-cells = <1>;
33+
3334
itm: itm@e0000000 {
3435
compatible = "arm,armv8m-itm";
3536
reg = <0xe0000000 0x1000>;

dts/common/nordic/nrf91xx_partition.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,42 @@
3333
label = "mcuboot";
3434
reg = <0x00000000 0x10000>;
3535
};
36+
3637
slot0_partition: partition@10000 {
3738
label = "image-0";
3839
reg = <0x00010000 0x40000>;
3940
};
41+
4042
slot0_ns_partition: partition@50000 {
4143
label = "image-0-nonsecure";
4244
reg = <0x00050000 0x30000>;
4345
};
46+
4447
slot1_partition: partition@80000 {
4548
label = "image-1";
4649
reg = <0x00080000 0x40000>;
4750
};
51+
4852
slot1_ns_partition: partition@c0000 {
4953
label = "image-1-nonsecure";
5054
reg = <0x000c0000 0x30000>;
5155
};
56+
5257
tfm_ps_partition: partition@f0000 {
5358
label = "tfm-ps";
5459
reg = <0x000f0000 0x00004000>;
5560
};
61+
5662
tfm_its_partition: partition@f4000 {
5763
label = "tfm-its";
5864
reg = <0x000f4000 0x00002000>;
5965
};
66+
6067
tfm_otp_partition: partition@f6000 {
6168
label = "tfm-otp";
6269
reg = <0x000f6000 0x00002000>;
6370
};
71+
6472
storage_partition: partition@f8000 {
6573
label = "storage";
6674
reg = <0x000f8000 0x00008000>;

0 commit comments

Comments
 (0)