ARM: mvebu: add support for Allied Telesis x530
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 10 Jan 2019 08:01:00 +0000 (21:01 +1300)
committerStefan Roese <sr@denx.de>
Mon, 21 Jan 2019 10:39:50 +0000 (11:39 +0100)
commit0e31666dfa043ab71fb1fbbba4feacfe8af3e06b
tree4c0669146473062f99a1f90ab87c386208e45d69
parent0e62072968a2089529262dc6e37417b7a3c5ff03
ARM: mvebu: add support for Allied Telesis x530

This is a range of stackable network switches. The SoC is Armada-385 and
there are a number of variants with differing network port
configurations. The DP variants are intended for a harsher operating
environment so they use a different i2c mux and fit industrial-temp
parts.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
15 files changed:
arch/arm/dts/Makefile
arch/arm/dts/armada-385-atl-x530-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/armada-385-atl-x530.dts [new file with mode: 0644]
arch/arm/dts/armada-385-atl-x530.dtsi [new file with mode: 0644]
arch/arm/dts/armada-385-atl-x530DP.dts [new file with mode: 0644]
arch/arm/dts/armada-385-atl-x530DP.dtsi [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/alliedtelesis/common/gpio_hog.c [new file with mode: 0644]
board/alliedtelesis/common/gpio_hog.h [new file with mode: 0644]
board/alliedtelesis/x530/MAINTAINERS [new file with mode: 0644]
board/alliedtelesis/x530/Makefile [new file with mode: 0644]
board/alliedtelesis/x530/kwbimage.cfg [new file with mode: 0644]
board/alliedtelesis/x530/x530.c [new file with mode: 0644]
configs/x530_defconfig [new file with mode: 0644]
include/configs/x530.h [new file with mode: 0644]