summaryrefslogtreecommitdiffstats
path: root/conf/machine/am62xx-lp-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am62xx-lp-evm.conf')
-rw-r--r--conf/machine/am62xx-lp-evm.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/am62xx-lp-evm.conf b/conf/machine/am62xx-lp-evm.conf
new file mode 100644
index 00000000..ef8e8692
--- /dev/null
+++ b/conf/machine/am62xx-lp-evm.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: AM62XX LP EVM
3#@DESCRIPTION: Machine configuration for the TI AM62XX LP EVM
4
5require conf/machine/include/am62xx.inc
6
7MACHINE_FEATURES += "gpu"
8
9KERNEL_DEVICETREE = " \
10 ti/k3-am62x-lp-sk.dtb \
11 ti/k3-am625-skeleton.dtb \
12 ti/k3-am625-sk-lpmdemo.dtb \
13 ti/k3-am625-sk-csi2-ov5640.dtbo \
14"
15
16UBOOT_MACHINE = "am62x_lpsk_a53_defconfig"