boards: renesas: Add support for EK-RA2L1 board#85688
Merged
fabiobaltieri merged 2 commits intozephyrproject-rtos:mainfrom Feb 14, 2025
Merged
boards: renesas: Add support for EK-RA2L1 board#85688fabiobaltieri merged 2 commits intozephyrproject-rtos:mainfrom
fabiobaltieri merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
446ffa6 to
ae916b7
Compare
thenguyenyf
approved these changes
Feb 13, 2025
khoa-nguyen-18
approved these changes
Feb 13, 2025
duynguyenxa
requested changes
Feb 13, 2025
dts/arm/renesas/ra/ra2/ra2l1.dtsi
Outdated
| * Copyright (c) 2021-2024 MUNIC SA | ||
| * Copyright (c) 2024 Renesas Electronics Corporation | ||
| * | ||
| * Renesas RA2AL1 MCU series device tree |
Member
There was a problem hiding this comment.
Suggested change
| * Renesas RA2AL1 MCU series device tree | |
| * Renesas RA2L1 MCU series device tree |
Contributor
Author
There was a problem hiding this comment.
I fixed it, please recheck. Thank you for your feedback.
soc/renesas/ra/ra2l1/soc.c
Outdated
Comment on lines
37
to
39
| uint32_t key; | ||
|
|
||
| key = irq_lock(); |
Member
There was a problem hiding this comment.
We don't need irq lock and unlock here. Please help to remove them.
Contributor
Author
There was a problem hiding this comment.
I fixed it, please recheck. Thank you for your feedback.
soc/renesas/ra/ra2l1/soc.c
Outdated
| SystemCoreClock = BSP_MOCO_HZ; | ||
| g_protect_pfswe_counter = 0; | ||
|
|
||
| irq_unlock(key); |
Contributor
Author
There was a problem hiding this comment.
I fixed it, please recheck. Thank you for your feedback.
nordicjm
reviewed
Feb 13, 2025
| Supported Features | ||
| ================== | ||
|
|
||
| The Renesas ``ek_ra2l1`` board configuration supports the following |
Contributor
There was a problem hiding this comment.
Suggested change
| The Renesas ``ek_ra2l1`` board configuration supports the following | |
| The Renesas ``ek_ra2l1`` board supports the following |
Contributor
Author
There was a problem hiding this comment.
I updated it. Thank you for your suggestion.
ae916b7 to
0e94d9c
Compare
duynguyenxa
previously approved these changes
Feb 13, 2025
Contributor
Author
nordicjm
reviewed
Feb 13, 2025
Add basic support for Renesas RA2L1 SOC series. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com> Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
Add inital support for the Renesas EK-RA2L1 evaluation board. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com> Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
7ca54c1
0e94d9c to
7ca54c1
Compare
KhiemNguyenT
approved these changes
Feb 14, 2025
soburi
approved these changes
Feb 14, 2025
nordicjm
approved these changes
Feb 14, 2025
Comment on lines
+37
to
+40
|
|
||
| SystemCoreClock = BSP_MOCO_HZ; | ||
| g_protect_pfswe_counter = 0; | ||
|
|
duynguyenxa
approved these changes
Feb 14, 2025
duynguyenxa
approved these changes
Feb 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add minimal support for EK-RA2L1 board
This PR refer #77589 and update to adapt with current implementation as other RA boards.