Skip to content

Commit 4649f7a

Browse files
nordic-krchnordic-piks
authored andcommitted
dts: common: nordic: nrf54lm20a: Add missing gpio3 node and fix pin number
Add GPIO P3 and fix ngpios property in gpio nodes. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 37927c6 commit 4649f7a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

dts/common/nordic/nrf54lm20a.dtsi

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,23 @@
500500
gpio-controller;
501501
reg = <0xd8200 0x300>;
502502
#gpio-cells = <2>;
503-
ngpios = <16>;
503+
ngpios = <32>;
504504
status = "disabled";
505505
port = <1>;
506506
gpiote-instance = <&gpiote20>;
507507
};
508508

509+
gpio3: gpio@d8600 {
510+
compatible = "nordic,nrf-gpio";
511+
gpio-controller;
512+
reg = <0xd8600 0x300>;
513+
#gpio-cells = <2>;
514+
ngpios = <13>;
515+
status = "disabled";
516+
port = <3>;
517+
gpiote-instance = <&gpiote20>;
518+
};
519+
509520
gpiote20: gpiote@da000 {
510521
compatible = "nordic,nrf-gpiote";
511522
reg = <0xda000 0x1000>;
@@ -708,7 +719,7 @@
708719
gpio-controller;
709720
reg = <0x10a000 0x300>;
710721
#gpio-cells = <2>;
711-
ngpios = <5>;
722+
ngpios = <10>;
712723
status = "disabled";
713724
port = <0>;
714725
gpiote-instance = <&gpiote30>;

0 commit comments

Comments
 (0)