blob: 7a8ede8b82663842426380cb9f709d24c22bc270 [file] [log] [blame]
/*
* Copyright (c) 2016, Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __INC_BOARD_H
#define __INC_BOARD_H
#include <soc.h>
/* Switches */
#define SW0_GPIO_PIN 0
#define SW0_GPIO_NAME CONFIG_GPIO_DW_2_NAME
#define SW1_GPIO_PIN 1
#define SW1_GPIO_NAME CONFIG_GPIO_DW_2_NAME
#define SW2_GPIO_PIN 2
#define SW2_GPIO_NAME CONFIG_GPIO_DW_2_NAME
#define SW3_GPIO_PIN 3
#define SW3_GPIO_NAME CONFIG_GPIO_DW_2_NAME
/* Buttons */
#define BTN0_GPIO_PIN 0
#define BTN0_GPIO_NAME CONFIG_GPIO_DW_0_NAME
#define BTN1_GPIO_PIN 1
#define BTN1_GPIO_NAME CONFIG_GPIO_DW_0_NAME
#define BTN2_GPIO_PIN 2
#define BTN2_GPIO_NAME CONFIG_GPIO_DW_0_NAME
/* Onboard LEDs */
#define LED0_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED0_GPIO_PIN 0
#define LED1_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED1_GPIO_PIN 1
#define LED2_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED2_GPIO_PIN 2
#define LED3_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED3_GPIO_PIN 3
#define LED4_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED4_GPIO_PIN 4
#define LED5_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED5_GPIO_PIN 5
#define LED6_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED6_GPIO_PIN 6
#define LED7_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED7_GPIO_PIN 7
#define LED8_GPIO_PORT CONFIG_GPIO_DW_1_NAME
#define LED8_GPIO_PIN 8
#endif /* __INC_BOARD_H */