diff --git a/boards/arc/quark_se_c1000_ss_devboard/board.h b/boards/arc/quark_se_c1000_ss_devboard/board.h index 66dd23fd7db..36f61a18208 100644 --- a/boards/arc/quark_se_c1000_ss_devboard/board.h +++ b/boards/arc/quark_se_c1000_ss_devboard/board.h @@ -19,4 +19,12 @@ #include +/* 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 */