[PATCH 0/3] Add support for Phytium FT-1500A SoC

From: Chen Baozi
Date: Sat Feb 07 2015 - 00:25:04 EST


This patchset introduces support for Phytium FT-1500A SoC.

FT-1500A is the first arm64 SoC designed by Phytium, which includes
16 cores of armv8 processor, a 32-lane PCI-E host, 2 GMAC on-chip
ethernet controller and a GICv3 interrupt controller with ITS
support.

Chen Baozi (3):
arm64: Add Kconfig option for Phytium FT SoC Family.
arm64, ft-1500a: Add initial dts for Phytium FT-1500A SoC
stmmac: Add AXI burst length support to platform device.

Documentation/devicetree/bindings/net/stmmac.txt | 1 +
arch/arm64/Kconfig | 5 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/phytium/Makefile | 5 +
arch/arm64/boot/dts/phytium/ft-1500a.dtsi | 269 +++++++++++++++++++++
arch/arm64/boot/dts/phytium/ft1500a-v2-dsk-v2.dts | 39 +++
arch/arm64/configs/defconfig | 2 +
.../net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 +
8 files changed, 323 insertions(+)
create mode 100644 arch/arm64/boot/dts/phytium/Makefile
create mode 100644 arch/arm64/boot/dts/phytium/ft-1500a.dtsi
create mode 100644 arch/arm64/boot/dts/phytium/ft1500a-v2-dsk-v2.dts

--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/