Skip to content

Commit 73b7a6c

Browse files
committed
dt-bindings: renesas-ra-icu: Add missing RA_ICU_PORT_IRQ13
Required used by some of for RA4/RA6/RA8 soc series. Signed-off-by: Piotr Rak <[email protected]>
1 parent ae66f64 commit 73b7a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/dt-bindings/interrupt-controller/renesas-ra-icu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#define RA_ICU_PORT_IRQ10 (11 << 8)
2323
#define RA_ICU_PORT_IRQ11 (12 << 8)
2424
#define RA_ICU_PORT_IRQ12 (13 << 8)
25+
#define RA_ICU_PORT_IRQ13 (14 << 8)
2526
#define RA_ICU_PORT_IRQ14 (15 << 8)
2627
#define RA_ICU_PORT_IRQ15 (16 << 8)
2728
#define RA_ICU_DMAC0_INT (17 << 8)

0 commit comments

Comments
 (0)