2016-04-22 05:47:09 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-04-22 05:47:09 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __INC_BOARD_H
|
|
|
|
#define __INC_BOARD_H
|
|
|
|
|
2016-07-15 04:41:34 +08:00
|
|
|
#include <soc.h>
|
|
|
|
|
2017-01-21 22:48:48 +08:00
|
|
|
#define LED0_GPIO_PORT CONFIG_GPIO_QMSI_0_NAME
|
|
|
|
#define LED0_GPIO_PIN 8
|
2016-10-15 21:09:24 +08:00
|
|
|
|
2016-04-22 05:47:09 +08:00
|
|
|
#endif /* __INC_BOARD_H */
|