summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-05-09 10:14:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-05-09 12:49:55 +0000
commit344792b5182c27cac7fbb07843acf1120c541b8b (patch)
tree09352d68617f953f0ca773d4d4cd777fc0f1c674 /conf/machine/include
parent5a314bce1d4de7981610456b338c7e4d9871a9b9 (diff)
downloadmeta-ti-344792b5182c27cac7fbb07843acf1120c541b8b.tar.gz
conf/machine: introduce am65xx SOC family and new am65xx-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/am65xx.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
new file mode 100644
index 00000000..d433ed10
--- /dev/null
+++ b/conf/machine/include/am65xx.inc
@@ -0,0 +1,7 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am65xx"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "am65xx"
6TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk"
7TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0"