Skip to content

Commit 2d43181

Browse files
committed
dt-bindings: Add LP Core interrupt source
Add LP Core interrupt source Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
1 parent ab57ef2 commit 2d43181

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/zephyr/dt-bindings/interrupt-controller/esp-esp32c6-intmux.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,11 @@
9191

9292
#define ESP_INTR_FLAG_SHARED (1<<8) /* Interrupt can be shared between ISRs */
9393

94+
/* LP Core intmux */
95+
#define LP_CORE_IO_INTR_SOURCE 0
96+
#define LP_CORE_I2C_INTR_SOURCE 1
97+
#define LP_CORE_UART_INTR_SOURCE 2
98+
#define LP_CORE_TIMER_INTR_SOURCE 3
99+
#define LP_CORE_PMU_INTR_SOURCE 5
100+
94101
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C6_INTMUX_H_ */

0 commit comments

Comments
 (0)