summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am57xx-evm.conf')
-rw-r--r--conf/machine/am57xx-evm.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 2e39a088..3b0c18af 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -9,13 +9,22 @@ MACHINE_FEATURES += "touchscreen"
9SERIAL_CONSOLES = "115200;ttyS2" 9SERIAL_CONSOLES = "115200;ttyS2"
10 10
11KERNEL_DEVICETREE = " \ 11KERNEL_DEVICETREE = " \
12 am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ 12 am57xx-beagle-x15.dtb \
13 am57xx-beagle-x15-revb1.dtb \
14 am57xx-beagle-x15-revc.dtb \
13 am5729-beagleboneai.dtb \ 15 am5729-beagleboneai.dtb \
14 am57xx-evm.dtb \ 16 am57xx-evm.dtb \
17 am57xx-evm-cam-ov10635.dtb \
15 am57xx-evm-reva3.dtb \ 18 am57xx-evm-reva3.dtb \
19 am57xx-evm-reva3-cam-ov10635.dtb \
16 am571x-idk.dtb \ 20 am571x-idk.dtb \
21 am571x-idk-lcd-osd101t2045.dtb \
22 am571x-idk-lcd-osd101t2587.dtb \
17 am572x-idk.dtb \ 23 am572x-idk.dtb \
24 am572x-idk-lcd-osd101t2045.dtb \
25 am572x-idk-lcd-osd101t2587.dtb \
18 am574x-idk.dtb \ 26 am574x-idk.dtb \
27 am574x-idk-lcd-osd101t2587.dtb \
19" 28"
20 29
21KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" 30KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"