Skip to content

Commit 4eec258

Browse files
walidbadarkartben
authored andcommitted
dts: renesas: smartbond: Add DA14697 dtsi
- Add new device tree source include file for DA14697 SoC - Update Kconfig and soc.yml to support the new device Signed-off-by: Muhammad Waleed Badar <walid.badar@gmail.com>
1 parent be4c79b commit 4eec258

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "da1469x.dtsi"
4+
5+
&sram0 {
6+
reg = <0x20000000 DT_SIZE_K(512)>;
7+
};

soc/renesas/smartbond/da1469x/Kconfig.soc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ config SOC_DA14695
1313
help
1414
DA14695
1515

16+
config SOC_DA14697
17+
bool
18+
select SOC_SERIES_DA1469X
19+
help
20+
DA14697
21+
1622
config SOC_DA14699
1723
bool
1824
select SOC_SERIES_DA1469X
@@ -24,4 +30,5 @@ config SOC_SERIES
2430

2531
config SOC
2632
default "da14695" if SOC_DA14695
33+
default "da14697" if SOC_DA14697
2734
default "da14699" if SOC_DA14699

soc/renesas/smartbond/soc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ family:
44
- name: da1469x
55
socs:
66
- name: da14695
7+
- name: da14697
78
- name: da14699

0 commit comments

Comments
 (0)