-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: misc: ethos_u: Add support NPU on Renesas devices #97530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
drivers: misc: ethos_u: Add support NPU on Renesas devices #97530
Conversation
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]>
|
if ETHOS_U | ||
|
||
choice ETHOS_U_NPU_CONFIG | ||
default ETHOS_U55_256 | ||
endchoice # ETHOS_U_NPU_CONFIG | ||
|
||
endif # ETHOS_U |
There was a problem hiding this comment.
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?
R_ICU->IELSR_b[DT_INST_IRQ_BY_NAME(idx, npu_irq, irq)].IELS = \ | ||
BSP_PRV_IELS_ENUM(CONCAT(EVENT_NPU_IRQ)); \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it 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); \ |
RA8P1
tflm_ethosu
for Renesasek_ra8p1
board