summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:42 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:56 +0800
commit28c21d4eb8eb2eef2de9f48462cd7e24384c15ca (patch)
treeaf0ea8a37568cb84de576904a2fbb7eabfabea86
parent2e4da76f38d47a0e21dd7620797aed110cfab23d (diff)
downloadmeta-fsl-ppc-28c21d4eb8eb2eef2de9f48462cd7e24384c15ca.tar.gz
t1023rdb[-64b]: add machine files
The T1023 Reference Design Board (RDB) system is a hardware board featuring the Freescale QorIQ T1023 processor with two Power e5500 cores and speed up to 1.4 GHz. T1023RDB board Overview ----------------------- - CoreNet fabric supporting coherent and noncoherent transactions with prioritization and bandwidth allocation - Memory: 2GB Micron MT40A512M8HX unbuffered 32-bit fixed DDR4 without ECC - Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC - Ethernet interfaces: - one 1G RGMII port on-board(RTL8211F PHY) - one 1G SGMII port on-board(RTL8211F PHY) - one 2.5G SGMII port on-board(AQR105 PHY) - PCIe: Two Mini-PCIe connectors on-board. - SerDes: 4 lanes up to 10.3125GHz - NOR: 128MB S29GL01GS110TFIV10 Spansion NOR Flash - NAND: 512MB S34MS04G200BFI000 Spansion NAND Flash - eSPI: 64MB S25FL512SAGMFI010 Spansion SPI flash. - USB: one Type-A USB 2.0 port with internal PHY - eSDHC: support SD/MMC card and eMMC on-board - 256Kbit M24256 I2C EEPROM - RTC: Real-time clock DS1339 on I2C bus - UART: one serial port on-board with RJ45 connector - Debugging: JTAG/COP for T1023 debugging Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/t1023rdb-64b.conf15
-rw-r--r--conf/machine/t1023rdb.conf15
2 files changed, 30 insertions, 0 deletions
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
new file mode 100644
index 0000000..4cbfac0
--- /dev/null
+++ b/conf/machine/t1023rdb-64b.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Freescale T1023RDB
3#@SOC: t1023
4#@DESCRIPTION: Machine configuration for running T1023RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1023"
10UBOOT_MACHINES ?= "T1023RDB_NAND T1023RDB_SDCARD T1023RDB_SPIFLASH"
11KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
new file mode 100644
index 0000000..c895868
--- /dev/null
+++ b/conf/machine/t1023rdb.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Freescale T1023RDB
3#@SOC: t1023
4#@DESCRIPTION: Machine configuration for running T1023RDB in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500.inc
8
9SOC_FAMILY = "t1:t1023"
10UBOOT_MACHINES ?= "T1023RDB_NAND T1023RDB_SDCARD T1023RDB_SPIFLASH"
11KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15