Skip to content

Commit 6d092cd

Browse files
author
Josuah Demangeon
committed
dts: nrf54lm20a: apply modifications required by the linting tool
A new linting tool got introduced, and prior to submit new contributions to .dtsi files, files need to be made compliant. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent f1c2ce4 commit 6d092cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dts/vendor/nordic/nrf54lm20a.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
#ifdef USE_NON_SECURE_ADDRESS_MAP
100100
/* intentionally empty because UICR is hardware fixed to Secure */
101101
#else
102+
102103
uicr: uicr@ffd000 {
103104
compatible = "nordic,nrf-uicr";
104105
reg = <0xffd000 0x1000>;
@@ -128,6 +129,7 @@
128129
#size-cells = <1>;
129130
ranges = <0x0 0x40000000 0x10000000>;
130131
#else
132+
131133
global_peripherals: peripheral@50000000 {
132134
reg = <0x50000000 0x10000000>;
133135
ranges = <0x0 0x50000000 0x10000000>;
@@ -763,6 +765,7 @@
763765
#ifdef USE_NON_SECURE_ADDRESS_MAP
764766
/* intentionally empty because WDT30 is hardware fixed to Secure */
765767
#else
768+
766769
wdt30: watchdog@108000 {
767770
compatible = "nordic,nrf-wdt";
768771
reg = <0x108000 0x620>;

0 commit comments

Comments
 (0)