Skip to content

Commit

Permalink
SOC: Smartbond: Add DA14695
Browse files Browse the repository at this point in the history
This commits adds the DA14695 variant.
The main difference with the DA14699 is a smaller package with less
GPIO.

Signed-off-by: Niek Ilmer <niek.ilmer.aj@renesas.com>
  • Loading branch information
NiekIlmer committed Jul 6, 2023
1 parent d713903 commit aea210a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dts/arm/renesas/smartbond/da14695.dtsi
@@ -0,0 +1,12 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "da1469x.dtsi"


&sram0 {
reg = <0x20000000 DT_SIZE_K(512)>;
};

&gpio1 {
ngpios = <12>;
};
9 changes: 9 additions & 0 deletions soc/arm/renesas_smartbond/da1469x/Kconfig.defconfig.da14695
@@ -0,0 +1,9 @@
# Copyright (c) 2023 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0

if SOC_DA14695

config SOC
default "da14695"

endif # SOC_DA14695
5 changes: 4 additions & 1 deletion soc/arm/renesas_smartbond/da1469x/Kconfig.soc
@@ -1,4 +1,4 @@
# Copyright (c) 2022 Renesas Electronics Corporation
# Copyright (c) 2022-2023 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0

choice
Expand All @@ -8,4 +8,7 @@ choice
config SOC_DA14699
bool "DA14699"

config SOC_DA14695
bool "DA14695"

endchoice

0 comments on commit aea210a

Please sign in to comment.