summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-05-27 21:56:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-28 16:31:45 +0000
commitdc01d4c11569b54baacff6bfa34427e22eacfd39 (patch)
tree618c1830ce7e41a1e5bcac91d8eaf96e2b273017 /conf/machine/include/am65xx.inc
parent61f2f1d075c3e8efa4c653a557521cc365cc6d5c (diff)
downloadmeta-ti-dc01d4c11569b54baacff6bfa34427e22eacfd39.tar.gz
conf/machine: unify common AM65x GP and HS settings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/am65xx.inc')
-rw-r--r--conf/machine/include/am65xx.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index d433ed10..f60d1662 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -1,6 +1,30 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am65xx" 2SOC_FAMILY_append = ":am65xx"
3 3
4MACHINE_FEATURES += "touchscreen"
5
6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8
9KERNEL_DEVICETREE = " \
10 ti/k3-am654-base-board.dtb \
11 ti/k3-am654-base-board-sr1.dtb \
12 ti/k3-am654-gp.dtbo \
13 ti/k3-am654-idk.dtbo \
14 ti/k3-am654-idk-sr1.dtbo \
15 ti/k3-am654-evm-hdmi.dtbo \
16 ti/k3-am654-evm-oldi-lcd1evm.dtbo \
17 ti/k3-am654-evm-tc358876.dtbo \
18 ti/k3-am654-pcie-usb2.dtbo \
19 ti/k3-am654-pcie-usb3.dtbo \
20 ti/k3-am654-base-board-jailhouse.dtbo \
21 ti/k3-am654-evm-prupwm.dtbo \
22"
23
24OPTEEMACHINE = "k3"
25OPTEEFLAVOR = "am65x"
26OPTEEOUTPUTMACHINE = "k3"
27
4# Set the list of device targets for ti-pdk class recipes 28# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "am65xx" 29TI_PDK_LIMIT_SOCS = "am65xx"
6TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" 30TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk"