Skip to content

Conversation

@zejiang0jason
Copy link
Contributor

Add NXP GINT driver
Add the test
Enable driver and test for NXP boards

@zejiang0jason

This comment was marked as outdated.

The GINT peripheral provides grouped GPIO interrupt
functionality, allowing multiple pins to be combined
into a single interrupt source.
Support the peripheral in interrupt controller

Signed-off-by: Jason Yu <[email protected]>
Add dts nodes in SOC dts files

Signed-off-by: Jason Yu <[email protected]>
Enable GINT clock during SOC init

Signed-off-by: Jason Yu <[email protected]>
The test cases cover:
1. Pin enable and disable
2. Edge trigger and level trigger for single pin
3. OR combination and AND combination for multiple pins

Signed-off-by: Jason Yu <[email protected]>
Set the DTS node to okay status

Signed-off-by: Jason Yu <[email protected]>
Enable the test case for NXP boards

Signed-off-by: Jason Yu <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more GPIO interrupt sources with GINT driver support for LPC5500 family

5 participants