diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 15:17:43 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:58 -0300 |
commit | cc11340090ba9c6f10ad7e17268b4bb0cb551e37 (patch) | |
tree | a84c0af13e4a9701b58d78da437881de9c8884db /meta-fsl-ppc/conf/machine | |
parent | 243e754c897df194b0cf5690fec219df1ef1b470 (diff) | |
download | meta-freescale-cc11340090ba9c6f10ad7e17268b4bb0cb551e37.tar.gz |
t1040d4rdb[-64b]: add machine files
The T1040D4 Reference Design Board (RDB) system is a hardware board
featuring the Freescale QorIQ T1040 processor with two Power e5500 cores.
T1040D4RDB board Overview
-------------------------------------
- SERDES Connections, 8 lanes supporting:
- PCI
- SGMII
- SATA 2.0
- QSGMII(only for T1040D4RDB)
- DDR Controller
- Supports rates of up to 1600 MHz data-rate
- Supports one DDR4 UDIMM
-IFC/Local Bus
- NAND flash: 1GB 8-bit NAND flash
- NOR: 128MB 16-bit NOR Flash
- Ethernet
- Two on-board RGMII 10/100/1G ethernet ports.
- PHY #0 remains powered up during deep-sleep
- CPLD
- Clocks
- System and DDR clock (SYSCLK, ¡°DDRCLK¡±)
- SERDES clocks
- Power Supplies
- USB
- Supports two USB 2.0 ports with integrated PHYs
- Two type A ports with 5V@1.5A per port.
- SDHC
- SDHC/SDXC connector
- SPI
- On-board 64MB SPI flash
- I2C
- Devices connected: EEPROM, thermal monitor, VID controller
- Other IO
- Two Serial ports
- ProfiBus port
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-ppc/conf/machine')
-rw-r--r-- | meta-fsl-ppc/conf/machine/t1040d4rdb-64b.conf | 18 | ||||
-rw-r--r-- | meta-fsl-ppc/conf/machine/t1040d4rdb.conf | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/t1040d4rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1040d4rdb-64b.conf new file mode 100644 index 00000000..2bfa6523 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1040d4rdb-64b.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale T1040D4RDB | ||
3 | #@SOC: t1040 | ||
4 | #@DESCRIPTION: Machine configuration for running T1040D4RDB in 64-bit mode | ||
5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
6 | |||
7 | require conf/machine/include/e5500-64b.inc | ||
8 | |||
9 | SOC_FAMILY = "t1:t1040" | ||
10 | UBOOT_MACHINES ?= "T1040D4RDB T1040D4RDB_NAND T1040D4RDB_SDCARD \ | ||
11 | T1040D4RDB_SPIFLASH T1040D4RDB_SECURE_BOOT \ | ||
12 | " | ||
13 | KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" | ||
14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" | ||
15 | |||
16 | JFFS2_ERASEBLOCK = "0x10000" | ||
17 | |||
18 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" | ||
diff --git a/meta-fsl-ppc/conf/machine/t1040d4rdb.conf b/meta-fsl-ppc/conf/machine/t1040d4rdb.conf new file mode 100644 index 00000000..0872cfe1 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1040d4rdb.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale T1040D4RDB | ||
3 | #@SOC: t1040 | ||
4 | #@DESCRIPTION: Machine configuration for running T1040D4RDB in 32-bit mode | ||
5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
6 | |||
7 | require conf/machine/include/e5500.inc | ||
8 | |||
9 | SOC_FAMILY = "t1:t1040" | ||
10 | UBOOT_MACHINES ?= "T1040D4RDB T1040D4RDB_NAND T1040D4RDB_SDCARD \ | ||
11 | T1040D4RDB_SPIFLASH T1040D4RDB_SECURE_BOOT \ | ||
12 | " | ||
13 | KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" | ||
14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" | ||
15 | |||
16 | JFFS2_ERASEBLOCK = "0x10000" | ||
17 | |||
18 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" | ||