Skip to content

Commit 1571654

Browse files
carlescufinashif
authored andcommitted
dts: nordic: Fix ngpios for nRF54L15 (and variants)
The correct number is 7, since the QFN52 (QGAA) variant has P0.00 to P0.06 present. See: https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html#ariaid-title6 Signed-off-by: Carles Cufi <[email protected]>
1 parent aa2a0fb commit 1571654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/vendor/nordic/nrf54l_05_10_15.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
gpio-controller;
696696
reg = <0x10a000 0x300>;
697697
#gpio-cells = <2>;
698-
ngpios = <5>;
698+
ngpios = <7>;
699699
status = "disabled";
700700
port = <0>;
701701
gpiote-instance = <&gpiote30>;

0 commit comments

Comments
 (0)