diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-05-27 21:56:12 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-05-28 16:31:45 +0000 |
| commit | dc01d4c11569b54baacff6bfa34427e22eacfd39 (patch) | |
| tree | 618c1830ce7e41a1e5bcac91d8eaf96e2b273017 /conf/machine/include/am65xx.inc | |
| parent | 61f2f1d075c3e8efa4c653a557521cc365cc6d5c (diff) | |
| download | meta-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.inc | 24 |
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 @@ | |||
| 1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
| 2 | SOC_FAMILY_append = ":am65xx" | 2 | SOC_FAMILY_append = ":am65xx" |
| 3 | 3 | ||
| 4 | MACHINE_FEATURES += "touchscreen" | ||
| 5 | |||
| 6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" | ||
| 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 8 | |||
| 9 | KERNEL_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 | |||
| 24 | OPTEEMACHINE = "k3" | ||
| 25 | OPTEEFLAVOR = "am65x" | ||
| 26 | OPTEEOUTPUTMACHINE = "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 |
| 5 | TI_PDK_LIMIT_SOCS = "am65xx" | 29 | TI_PDK_LIMIT_SOCS = "am65xx" |
| 6 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" | 30 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" |
