zephyr/boards/arm/sam_e70_xplained/board.h
Kumar Gala f210d11970 boards: Remove including soc.h in board.h
We should let drivers or board code include soc.h directly so we can keep
board.h to local info for board specific code.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-11-14 06:44:02 -06:00

12 lines
236 B
C

/*
* Copyright (c) 2018 Justin Watson
* Copyright (c) 2016 Piotr Mienkowski
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _INC_BOARD_H_
#define _INC_BOARD_H_
#define PINS_SPI0_CS {PIN_SPI0_CS3_PD27}
#endif /* _INC_BOARD_H_ */