Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dts: renesas: smartbond: Add DA14697 dtsi #87576

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions dts/arm/renesas/smartbond/da14697.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "da1469x.dtsi"

&sram0 {
reg = <0x20000000 DT_SIZE_K(512)>;
};
7 changes: 7 additions & 0 deletions soc/renesas/smartbond/da1469x/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ config SOC_DA14695
help
DA14695

config SOC_DA14697
bool
select SOC_SERIES_DA1469X
help
DA14697

config SOC_DA14699
bool
select SOC_SERIES_DA1469X
Expand All @@ -24,4 +30,5 @@ config SOC_SERIES

config SOC
default "da14695" if SOC_DA14695
default "da14697" if SOC_DA14697
default "da14699" if SOC_DA14699
1 change: 1 addition & 0 deletions soc/renesas/smartbond/soc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ family:
- name: da1469x
socs:
- name: da14695
- name: da14697
- name: da14699
Loading