Browse Source

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>
pull/87198/merge
Muhammad Waleed Badar 4 months ago committed by Benjamin Cabé
parent
commit
4eec25814e
  1. 7
      dts/arm/renesas/smartbond/da14697.dtsi
  2. 7
      soc/renesas/smartbond/da1469x/Kconfig.soc
  3. 1
      soc/renesas/smartbond/soc.yml

7
dts/arm/renesas/smartbond/da14697.dtsi

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0 */
#include "da1469x.dtsi"
&sram0 {
reg = <0x20000000 DT_SIZE_K(512)>;
};

7
soc/renesas/smartbond/da1469x/Kconfig.soc

@ -13,6 +13,12 @@ config SOC_DA14695 @@ -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 @@ -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
soc/renesas/smartbond/soc.yml

@ -4,4 +4,5 @@ family: @@ -4,4 +4,5 @@ family:
- name: da1469x
socs:
- name: da14695
- name: da14697
- name: da14699

Loading…
Cancel
Save