]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/theadorable/theadorable.h
serial: Add serial_mvebu_a3700 for Armada 3700 SoC
[karo-tx-uboot.git] / board / theadorable / theadorable.h
1 /*
2  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /* Base addresses for the SPI direct access mode */
8 #define SPI_BUS0_DEV1_BASE      0xe0000000
9 #define SPI_BUS0_DEV1_SIZE      (1 << 20)
10 #define SPI_BUS1_DEV2_BASE      (SPI_BUS0_DEV1_BASE + SPI_BUS0_DEV1_SIZE)
11
12 void board_fpga_add(void);