summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-12-10 19:01:04 -0600
committerDan Murphy <dmurphy@ti.com>2020-12-12 10:12:41 -0600
commite780bb1bfbb801211c08865477c701007773d0e9 (patch)
tree55cbe9ca1edc03b02f6357cb82f381c51e208c7b /conf/machine/include
parent6d4c1fd1cfe41e00f931d40e64f09f977aac7473 (diff)
downloadmeta-ti-e780bb1bfbb801211c08865477c701007773d0e9.tar.gz
machine: am64xx-evm.conf: Add machine definition for AM64xx platform
The AM64 is a follow on device of the AM65xx K3 multicore SoC architecture. Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/am64xx.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
new file mode 100644
index 00000000..79a403a9
--- /dev/null
+++ b/conf/machine/include/am64xx.inc
@@ -0,0 +1,21 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am64xx"
3
4MACHINE_FEATURES += "screen touchscreen gpu"
5
6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8
9KERNEL_DEVICETREE = " \
10 ti/k3-am642-evm.dtb \
11"
12
13#IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb"
14
15OPTEEMACHINE = "k3-am65x"
16OPTEEOUTPUTMACHINE = "k3"
17
18# Set the list of device targets for ti-pdk class recipes
19TI_PDK_LIMIT_SOCS = "am64x"
20TI_PDK_LIMIT_BOARDS = "am64xx_evm"
21TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0"