blob: 8f0e471a7c92027623d19692cb71b8af93f8be18 [file] [log] [blame]
/*
* Copyright (c) 2018 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 */
#define BC_ENABLE_GPIO_NAME "GPIO_A"
#define BC_ENABLE_GPIO_PIN 5
#endif /* __INC_BOARD_H */