diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/j7-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j7-evm.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j7-evm.conf b/meta-ti-bsp/conf/machine/j7-evm.conf new file mode 100644 index 00000000..267a5e14 --- /dev/null +++ b/meta-ti-bsp/conf/machine/j7-evm.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: J7 EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI J7 EVM | ||
4 | |||
5 | require conf/machine/include/j7.inc | ||
6 | |||
7 | MACHINE_FEATURES += "gpu" | ||
8 | |||
9 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" | ||
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
11 | |||
12 | KERNEL_DEVICETREE = " \ | ||
13 | ti/k3-j721e-common-proc-board.dtb \ | ||
14 | ti/k3-j721e-common-proc-board-infotainment.dtbo \ | ||
15 | ti/k3-j721e-sk.dtb \ | ||
16 | " | ||
17 | |||
18 | UBOOT_MACHINE = "j721e_evm_a72_config" | ||