blob: 020786978d078ce15d88b399d544bc1b82c0c9d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#@TYPE: Machine
#@NAME: phycore-am335x-5
#@DESCRIPTION: PHYTEC phyCORE-AM335x 256MiB RAM, 128MiB NAND flash, PCM-953
#@ARTICLENUMBERS: PCM-051-00051F0I.A1
require conf/machine/include/phyam335x.inc
SOC_FAMILY .= ":phycore-am335x"
# Kernel
KERNEL_DEVICETREE = "am335x-phycore-nand-eeprom-rtc.dtb"
# Barebox
BAREBOX_BIN = "images/barebox-am33xx-phytec-phycore-no-spi.img"
BAREBOX_IPL_BIN = "images/barebox-am33xx-phytec-phycore-mlo-256mb.img"
# resistivetouch, the rdk has one attached
MACHINE_FEATURES += "resistivetouch"
|