Skip to content

Commit 7e1d32b

Browse files
committed
boards: nordic: nrf54lm20apdk: fix reserved gpios at port1
Fix reserved gpios. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 871665f commit 7e1d32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54lm20apdk/nrf54lm20apdk_nrf54lm20a_cpuapp_0_2_0.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
};
5656

5757
&gpio1 {
58-
gpio-reserved-ranges = <10 5>, <22 4>, <27 2>;
58+
gpio-reserved-ranges = <10 5>, <22 2>, <25 4>;
5959
};
6060

6161
&gpio2 {

0 commit comments

Comments
 (0)