Home | History | Annotate | Download | only in theadorable
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2016 Stefan Roese <sr (at) denx.de>
      4  */
      5 
      6 /* Base addresses for the SPI direct access mode */
      7 #define SPI_BUS0_DEV1_BASE	0xe0000000
      8 #define SPI_BUS0_DEV1_SIZE	(1 << 20)
      9 #define SPI_BUS1_DEV2_BASE	(SPI_BUS0_DEV1_BASE + SPI_BUS0_DEV1_SIZE)
     10 
     11 void board_fpga_add(void);
     12