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>
12 lines
236 B
C
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_ */
|