diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am57xx-evm.conf')
| -rw-r--r-- | meta-ti-bsp/conf/machine/am57xx-evm.conf | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf new file mode 100644 index 00000000..eb0082ee --- /dev/null +++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: AM57xx EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM57xx EVM | ||
| 4 | |||
| 5 | require conf/machine/include/dra7xx.inc | ||
| 6 | |||
| 7 | MACHINE_FEATURES += "touchscreen" | ||
| 8 | |||
| 9 | SERIAL_CONSOLES = "115200;ttyS2" | ||
| 10 | |||
| 11 | KERNEL_DEVICETREE = " \ | ||
| 12 | am57xx-beagle-x15.dtb \ | ||
| 13 | am57xx-beagle-x15-revb1.dtb \ | ||
| 14 | am57xx-beagle-x15-revc.dtb \ | ||
| 15 | am5729-beagleboneai.dtb \ | ||
| 16 | am57xx-evm.dtb \ | ||
| 17 | ti/am57xx-evm-common.dtbo \ | ||
| 18 | am57xx-evm-reva3.dtb \ | ||
| 19 | ti/am57xx-evm-reva3.dtbo \ | ||
| 20 | am571x-idk.dtb \ | ||
| 21 | ti/am571x-idk-touchscreen.dtbo \ | ||
| 22 | am572x-idk.dtb \ | ||
| 23 | am574x-idk.dtb \ | ||
| 24 | ti/am57xx-idk-osd-lcd-common.dtbo \ | ||
| 25 | ti/am572x-idk-touchscreen.dtbo \ | ||
| 26 | ti/lcd-osd101t2587.dtbo \ | ||
| 27 | ti/lcd-osd101t2045.dtbo \ | ||
| 28 | " | ||
| 29 | |||
| 30 | KERNEL_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)}" | ||
| 31 | |||
| 32 | UBOOT_MACHINE = "am57xx_evm_config" | ||
| 33 | |||
| 34 | # UBI information. Note that this is board and kernel specific. Changes | ||
| 35 | # in your kernel port may require changes in these variables. For more | ||
| 36 | # details about this board please see | ||
| 37 | # http://processors.wiki.ti.com/index.php/UBIFS_Support | ||
| 38 | |||
| 39 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | ||
| 40 | # From dmesg: | ||
| 41 | # UBI: smallest flash I/O unit: 2048 | ||
| 42 | # UBI: logical eraseblock size: 126976 bytes | ||
| 43 | # from ubiattach stdout: | ||
| 44 | # UBI device number 0, total 1988 LEBs | ||
| 45 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" | ||
| 46 | |||
| 47 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | ||
| 48 | # from dmesg: | ||
| 49 | # UBI: smallest flash I/O unit: 2048 | ||
| 50 | # UBI: physical eraseblock size: 131072 bytes (128 KiB) | ||
| 51 | # UBI: sub-page size: 512 | ||
| 52 | # UBI: VID header offset: 2048 (aligned 2048) | ||
| 53 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | ||
