Commit 9ae7c1e0 authored by Jamie McCrae's avatar Jamie McCrae Committed by Benjamin Cabé
Browse files

dts: common: nordic: Fix styling



Fixes styling to adhere to coding standards

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 7a426dea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,10 +22,12 @@
			label = "mcuboot";
			reg = <0x00000000 0x0000C000>;
		};

		slot0_partition: partition@c000 {
			label = "image-0";
			reg = <0x0000C000 0x00077000>;
		};

		slot1_partition: partition@83000 {
			label = "image-1";
			reg = <0x00083000 0x00075000>;
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
			read-only;
			reg = <0x00000000 0x00026000>;
		};

		code_partition: partition@26000 {
			label = "Application";
			reg = <0x00026000 0x000C6000>;
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
			read-only;
			reg = <0x00000000 0x00027000>;
		};

		code_partition: partition@27000 {
			label = "Application";
			reg = <0x00027000 0x000C5000>;
+8 −0
Original line number Diff line number Diff line
@@ -33,34 +33,42 @@
			label = "mcuboot";
			reg = <0x00000000 0x10000>;
		};

		slot0_partition: partition@10000 {
			label = "image-0";
			reg = <0x00010000 0x40000>;
		};

		slot0_ns_partition: partition@50000 {
			label = "image-0-nonsecure";
			reg = <0x00050000 0x30000>;
		};

		slot1_partition: partition@80000 {
			label = "image-1";
			reg = <0x00080000 0x40000>;
		};

		slot1_ns_partition: partition@c0000 {
			label = "image-1-nonsecure";
			reg = <0x000c0000 0x30000>;
		};

		tfm_ps_partition: partition@f0000 {
			label = "tfm-ps";
			reg = <0x000f0000 0x00004000>;
		};

		tfm_its_partition: partition@f4000 {
			label = "tfm-its";
			reg = <0x000f4000 0x00002000>;
		};

		tfm_otp_partition: partition@f6000 {
			label = "tfm-otp";
			reg = <0x000f6000 0x00002000>;
		};

		storage_partition: partition@f8000 {
			label = "storage";
			reg = <0x000f8000 0x00008000>;
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
			clocks = <&hfpll>;
			#address-cells = <1>;
			#size-cells = <1>;

			itm: itm@e0000000 {
				compatible = "arm,armv8m-itm";
				reg = <0xe0000000 0x1000>;
Loading