blob: 4449a25671cd6b553d9c0fe01f775ad5eee81456 [file] [log] [blame]
/*
* Copyright (c) 2015 Intel Corporation
* Copyright (c) 2017 Linaro Limited.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __INC_BOARD_H
#define __INC_BOARD_H
#include <soc.h>
/* LD3 green LED */
#define LD3_GPIO_PORT "GPIOB"
#define LD3_GPIO_PIN 3
/* Create aliases to make the basic samples work */
#define LED0_GPIO_PORT LD3_GPIO_PORT
#define LED0_GPIO_PIN LD3_GPIO_PIN
#endif /* __INC_BOARD_H */