soc: renesas: ra: Add support for r7fa6m3af2cbg#106445
Draft
URNHere wants to merge 1 commit intozephyrproject-rtos:mainfrom
Draft
soc: renesas: ra: Add support for r7fa6m3af2cbg#106445URNHere wants to merge 1 commit intozephyrproject-rtos:mainfrom
URNHere wants to merge 1 commit intozephyrproject-rtos:mainfrom
Conversation
Added support for r7fa6m3af2cbg (RA6M3, 1MB RAM BGA176) Signed-off-by: Paolo Bazzanella <pbbazzanella@gmail.com>
|
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.



My company has several boards using an r7fa6m3af2cbg (RA6M3, 1M of flash, BGA 176) as MCU.
Since I need to run a PoC on one of those, I added the .dtsi for the SoC.
The .dtsi is the same as the r7fa6m3ah3cfc, with only the flash0 node modified in the following lines:
reg = <0x0 DT_SIZE_M(1)>;erase-blocks = <&flash 8 8192>, <&flash 30 32768>;Since the file is heavily derived from a file Renesas already provides, I don't know what to do with the copyright in the beginning comment. For the time being I kept it as is, please advice if I have to change it.