arm: mvebu: Add Allied Telesis x240 board
authorChris Packham <judge.packham@gmail.com>
Sun, 9 Jul 2023 22:47:36 +0000 (10:47 +1200)
committerStefan Roese <sr@denx.de>
Thu, 13 Jul 2023 13:53:57 +0000 (15:53 +0200)
commit4c97c4b5901cbbf8ed08eaf8c4f0b5f401c705c6
treee509a4e6f59c5a511aa2b6a64df3bd174cc170fd
parente6719fab6cdbc93f1cbe05ae6f5b031cb7e07928
arm: mvebu: Add Allied Telesis x240 board

The x240 and SE240 are a series of L2+ switches from Allied Telesis.
There are a number of them in the range but as far as U-Boot is
concerned all the CPU block components are the same so there's only one
board defined.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/ac5-98dx35xx-atl-x240.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/alliedtelesis/x240/MAINTAINERS [new file with mode: 0644]
board/alliedtelesis/x240/Makefile [new file with mode: 0644]
board/alliedtelesis/x240/x240.c [new file with mode: 0644]
configs/x240_defconfig [new file with mode: 0644]
include/configs/x240.h [new file with mode: 0644]