summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJelle de Jong <jelledejong@powercraft.nl>2015-10-18 16:34:13 +0200
committerHans de Goede <hdegoede@redhat.com>2015-11-22 11:43:58 +0100
commitaa56cb374de8ae83f3280fdd6c280724228b86d7 (patch)
treeac5a696241c0bd0d01022e71759cc7ec1c415c6a /configs
parent7e17fd26539417219e937e9f4eba491a23f83234 (diff)
downloadblackbird-obmc-uboot-aa56cb374de8ae83f3280fdd6c280724228b86d7.tar.gz
blackbird-obmc-uboot-aa56cb374de8ae83f3280fdd6c280724228b86d7.zip
sunxi: Add support for the Lamobo R1 board
The lamobo-r1 board, sometimes called the BPI-R1 but not labelled as such on the PCB, is meant as a A20 based router board. As such the board comes with a built-in switch chip giving it 5 gigabit ethernet ports, and it has a large empty area on the pcb with mounting holes which will fit a 2.5 inch harddisk. To complete its networking features it has a Realtek RTL8192CU for WiFi 802.11 b/g/n. The dts file is identical to the one submitted upstream. Signed-off-by: Jelle de Jong <jelledejong@powercraft.nl> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Lamobo_R1_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/Lamobo_R1_defconfig b/configs/Lamobo_R1_defconfig
new file mode 100644
index 0000000000..d460c3270b
--- /dev/null
+++ b/configs/Lamobo_R1_defconfig
@@ -0,0 +1,16 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN7I=y
+CONFIG_DRAM_CLK=432
+CONFIG_MMC0_CD_PIN="PH10"
+CONFIG_GMAC_TX_DELAY=4
+CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-lamobo-r1"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,SATAPWR=SUNXI_GPB(3)"
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+CONFIG_CMD_GPIO=y
+CONFIG_ETH_DESIGNWARE=y
+CONFIG_USB_EHCI_HCD=y
OpenPOWER on IntegriCloud