2017-04-06 00:56:59 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Christian Taedcke
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __INC_BOARD_H
|
|
|
|
#define __INC_BOARD_H
|
|
|
|
|
|
|
|
/* This pin is used to enable the serial port using the board controller */
|
2020-03-23 07:47:15 +08:00
|
|
|
#define BC_ENABLE_GPIO_NAME "GPIO_F"
|
2017-04-06 00:56:59 +08:00
|
|
|
#define BC_ENABLE_GPIO_PIN 7
|
|
|
|
|
|
|
|
#endif /* __INC_BOARD_H */
|