summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am62xx-evm.conf2
-rw-r--r--conf/machine/j721s2-evm.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf
index 0588d34c..eb1563f8 100644
--- a/conf/machine/am62xx-evm.conf
+++ b/conf/machine/am62xx-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/am62xx.inc 5require conf/machine/include/am62xx.inc
6 6
7MACHINE_FEATURES += "gpu"
8
7KERNEL_DEVICETREE = " \ 9KERNEL_DEVICETREE = " \
8 ti/k3-am625-sk.dtb \ 10 ti/k3-am625-sk.dtb \
9" 11"
diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
index 82fd33da..e5ed0b73 100644
--- a/conf/machine/j721s2-evm.conf
+++ b/conf/machine/j721s2-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/j7.inc 5require conf/machine/include/j7.inc
6 6
7MACHINE_FEATURES += "gpu"
8
7SERIAL_CONSOLES = "115200;ttyS10" 9SERIAL_CONSOLES = "115200;ttyS10"
8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
9TFA_K3_USART = "0x8" 11TFA_K3_USART = "0x8"