Skip to content

Commit 34146bb

Browse files
author
Tavish Naruka
committed
boards: ti: tms570_launchxl2: add new board
Adds minimal config for TI TMS570 launchpad which has the TMS570LC43 SoC. Signed-off-by: Tavish Naruka <[email protected]>
1 parent 468c607 commit 34146bb

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2025 ispace, inc.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
config BOARD_TMS570_LAUNCHXL2
6+
select SOC_TI_TMS570LC43X if BOARD_TMS570_LAUNCHXL2
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: tms570_launchxl2
3+
vendor: ti
4+
socs:
5+
- name: tms570lc43x
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2025 ispace, inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
/dts-v1/;
9+
10+
#include <arm/armv7-r.dtsi>
11+
#include <arm/ti/tms570.dtsi>
12+
13+
/ {
14+
15+
model = "Hercules TMS570LC43x LaunchPad Development Kit";
16+
compatible = "ti,hercules-tms570-launchpad", "ti,tms570";
17+
18+
chosen {
19+
zephyr,sram = &sram0;
20+
zephyr,flash = &flash0;
21+
};
22+
};

boards/ti/tms570_launchxl2/tms570_launchxl2_defconfig

Whitespace-only changes.

0 commit comments

Comments
 (0)