]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: laird: add WB45N CPU module
authorBen Whitten <ben.whitten@lairdtech.com>
Thu, 23 Nov 2017 13:47:47 +0000 (13:47 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 30 Nov 2017 03:36:59 +0000 (22:36 -0500)
commit5aaef600776fb2d9f186c12e30975e6afaa276a6
tree14a1186e62731940bca92adeb5cc8437ad78ca61
parentfd374665c9b724bb3eb0da32db0bb7ecc5cf1337
board: laird: add WB45N CPU module

This board is based on the Atmel 9x5 eval board.
Supporting the following features:
 - Boot from NAND Flash
 - Ethernet
 - FIT
 - SPL

Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>
Signed-off-by: Dan Kephart <dan.kephart@lairdtech.com>
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/include/mach/gpio.h
board/laird/wb45n/Kconfig [new file with mode: 0644]
board/laird/wb45n/MAINTAINERS [new file with mode: 0644]
board/laird/wb45n/Makefile [new file with mode: 0644]
board/laird/wb45n/wb45n.c [new file with mode: 0644]
configs/wb45n_defconfig [new file with mode: 0644]
include/configs/wb45n.h [new file with mode: 0644]