Skip to content
Commit a1242039 authored by Guy Morand's avatar Guy Morand Committed by Carles Cufí
Browse files

drivers: gpio: gpio_mcux_lpc: Use arbitrary amount of IRQ



Zephyr implementation is limited to 4 IRQ per GPIO bank when up to 8 is
theoritically possible.

It is now possible to use until 8 IRQ per GPIO bank. This can be
achieved with minimal effort in a device tree overlay:

&gpio0 {
	interrupts = <4 2>,<5 2>,<6 2>,<7 2>,<32 2>,<33 2>;
};

&gpio1 {
	interrupts = <34 2>,<35 2>;
};

Signed-off-by: default avatarGuy Morand <guy.morand@bytesatwork.ch>
parent 5cf47b1e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment