Skip to content

Conversation

khoa-nguyen-18
Copy link
Contributor

  • Add support NPU driver on Renesas devices
  • Add dts for NPU node for RA8P1
  • Add support sample app tflm_ethosu for Renesas ek_ra8p1 board

Add support NPU driver on Renesas devices

Signed-off-by: Khoa Nguyen <[email protected]>
Add support NPU for Renesas ek_ra8p1

Signed-off-by: Khoa Nguyen <[email protected]>
Add support sample app `tflm_ethosu` for Renesas ek_ra8p1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Copy link

Comment on lines +13 to +19
if ETHOS_U

choice ETHOS_U_NPU_CONFIG
default ETHOS_U55_256
endchoice # ETHOS_U_NPU_CONFIG

endif # ETHOS_U
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be moved to SoC?

Comment on lines +77 to +78
R_ICU->IELSR_b[DT_INST_IRQ_BY_NAME(idx, npu_irq, irq)].IELS = \
BSP_PRV_IELS_ENUM(CONCAT(EVENT_NPU_IRQ)); \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it change?

Suggested change
R_ICU->IELSR_b[DT_INST_IRQ_BY_NAME(idx, npu_irq, irq)].IELS = \
BSP_PRV_IELS_ENUM(CONCAT(EVENT_NPU_IRQ)); \
R_ICU->IELSR_b[DT_INST_IRQ_BY_NAME(idx, npu_irq, irq)].IELS = \
BSP_PRV_IELS_ENUM(EVENT_NPU_IRQ); \

@thenguyenyf thenguyenyf added this to the v4.3.0 milestone Oct 15, 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.

4 participants