quark_se_c1000_ss_devboard: Define the user buttons

With the driver for AON GPIO available to the ARC side, the user
buttons in the board are usable by both cores.

Change-Id: Ib8e67fba1513caec2e89c31c16f7ed0458c4ed76
Signed-off-by: Iván Briano <ivan.briano@intel.com>
This commit is contained in:
Iván Briano 2016-10-26 19:42:32 -02:00 committed by Anas Nashif
parent f028973f43
commit 7403a6348c

View File

@ -19,4 +19,12 @@
#include <soc.h>
/* Push button switch 0 */
#define SW0_GPIO_PIN 4
#define SW0_GPIO_NAME CONFIG_GPIO_QMSI_1_NAME
/* Push button switch 1 */
#define SW1_GPIO_PIN 5
#define SW1_GPIO_NAME CONFIG_GPIO_QMSI_0_NAME
#endif /* __INC_BOARD_H */