From 4eec25814e939eadb1ccceb61da12d48841dd1e8 Mon Sep 17 00:00:00 2001 From: Muhammad Waleed Badar Date: Mon, 24 Mar 2025 21:37:13 +0500 Subject: [PATCH] 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 --- dts/arm/renesas/smartbond/da14697.dtsi | 7 +++++++ soc/renesas/smartbond/da1469x/Kconfig.soc | 7 +++++++ soc/renesas/smartbond/soc.yml | 1 + 3 files changed, 15 insertions(+) create mode 100644 dts/arm/renesas/smartbond/da14697.dtsi diff --git a/dts/arm/renesas/smartbond/da14697.dtsi b/dts/arm/renesas/smartbond/da14697.dtsi new file mode 100644 index 00000000000..3b362194ee0 --- /dev/null +++ b/dts/arm/renesas/smartbond/da14697.dtsi @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include "da1469x.dtsi" + +&sram0 { + reg = <0x20000000 DT_SIZE_K(512)>; +}; diff --git a/soc/renesas/smartbond/da1469x/Kconfig.soc b/soc/renesas/smartbond/da1469x/Kconfig.soc index b52b2905936..748db2d2c46 100644 --- a/soc/renesas/smartbond/da1469x/Kconfig.soc +++ b/soc/renesas/smartbond/da1469x/Kconfig.soc @@ -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 @@ -24,4 +30,5 @@ config SOC_SERIES config SOC default "da14695" if SOC_DA14695 + default "da14697" if SOC_DA14697 default "da14699" if SOC_DA14699 diff --git a/soc/renesas/smartbond/soc.yml b/soc/renesas/smartbond/soc.yml index ee32857c5b7..34e9a0da302 100644 --- a/soc/renesas/smartbond/soc.yml +++ b/soc/renesas/smartbond/soc.yml @@ -4,4 +4,5 @@ family: - name: da1469x socs: - name: da14695 + - name: da14697 - name: da14699