File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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+
1622config SOC_SERIES
1723 default "ra4m1" if SOC_SERIES_RA4M1
1824
1925config SOC
2026 default "r7fa4m1ab3cfm" if SOC_R7FA4M1AB3CFM
27+ default "r7fa4m1ab3cfp" if SOC_R7FA4M1AB3CFP
Original file line number Diff line number Diff line change 44 - name : ra4m1
55 socs :
66 - name : r7fa4m1ab3cfm
7+ - name : r7fa4m1ab3cfp
78 - name : ra8m1
89 socs :
910 - name : r7fa8m1ahecbd
You can’t perform that action at this time.
0 commit comments