Skip to content

Commit 18ee2aa

Browse files
committed
soc: arm: renesas_ra: add support for Renesas R7FA4M1AB3CFP
Add support for 100 pin package variant of RA4M1, manufacturer part number R7FA4M1AB3CFP. Signed-off-by: Ian Morris <[email protected]>
1 parent 574f939 commit 18ee2aa

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2024 Ian Morris
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#define RA_SOC_PINS 100
8+
#define RA_SOC_HAS_MSTPCRE 1
9+
#define RA_SOC_MSTPD5_CHANNELS 1
10+
11+
#include <zephyr/dt-bindings/clock/r7fa4m1xxxxxx-clock.h>
12+
#include <renesas/ra/ra4-cm4-common.dtsi>

soc/renesas/ra/ra4m1/Kconfig.soc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ config SOC_R7FA4M1AB3CFM
1313
help
1414
R7FA4M1AB3CFM
1515

16+
config SOC_R7FA4M1AB3CFP
17+
bool
18+
select SOC_SERIES_RA4M1
19+
help
20+
R7FA4M1AB3CFP
21+
1622
config SOC_SERIES
1723
default "ra4m1" if SOC_SERIES_RA4M1
1824

1925
config SOC
2026
default "r7fa4m1ab3cfm" if SOC_R7FA4M1AB3CFM
27+
default "r7fa4m1ab3cfp" if SOC_R7FA4M1AB3CFP

soc/renesas/ra/soc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ family:
44
- name: ra4m1
55
socs:
66
- name: r7fa4m1ab3cfm
7+
- name: r7fa4m1ab3cfp
78
- name: ra8m1
89
socs:
910
- name: r7fa8m1ahecbd

0 commit comments

Comments
 (0)