Skip to content

Commit fe7eed3

Browse files
committed
dts: lpc devices allocate all gpio interrupts
Allocate all 8 PINT interrupts to ports 0 and 1, allocate 4 to each. Signed-off-by: Andrei Gansari <[email protected]>
1 parent 7c07aec commit fe7eed3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dts/arm/nxp/nxp_lpc54xxx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
gpio0: gpio@0 {
6161
compatible = "nxp,lpc-gpio";
6262
reg = <0x4008c000 0x2488>;
63-
interrupts = <2 2>;
63+
interrupts = <4 2>,<5 2>,<6 2>,<7 2>;
6464
label = "GPIO_0";
6565
gpio-controller;
6666
#gpio-cells = <2>;
@@ -69,7 +69,7 @@
6969
gpio1: gpio@1 {
7070
compatible = "nxp,lpc-gpio";
7171
reg = <0x4008C000 0x2488>;
72-
interrupts = <3 2>;
72+
interrupts = <32 2>,<33 2>,<34 2>,<35 2>;
7373
label = "GPIO_1";
7474
gpio-controller;
7575
#gpio-cells = <2>;

dts/arm/nxp/nxp_lpc55S6x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
gpio0:gpio@0 {
6767
compatible = "nxp,lpc-gpio";
6868
reg = <0x5008c000 0x2488>;
69-
interrupts = <4 2>;
69+
interrupts = <4 2>,<5 2>,<6 2>,<7 2>;
7070
label = "GPIO_0";
7171
gpio-controller;
7272
#gpio-cells = <2>;
@@ -75,7 +75,7 @@
7575
gpio1:gpio@1 {
7676
compatible = "nxp,lpc-gpio";
7777
reg = <0x5008c000 0x2488>;
78-
interrupts = <5 2>,<6 2>;
78+
interrupts = <32 2>,<33 2>,<34 2>,<35 2>;
7979
label = "GPIO_1";
8080
gpio-controller;
8181
#gpio-cells = <2>;

0 commit comments

Comments
 (0)