blob: 47b66ebf3cc3aa69471627353ece09577b05b1ab [file] [log] [blame]
/* Board configuration information.
*
* Copyright (C) 2012 Google, Inc.
*/
#ifndef BOARD_CONFIG_H__
#define BOARD_CONFIG_H__
#define BOARD_NAME "prince-b3"
#define BOARD_REV 1
#define FTS_BLK_START 7282
#define FTS_BLK_CNT 16
#define KERNEL_A_BLK_START 50
#define KERNEL_A_BLK_CNT 32
#define KERNEL_B_BLK_START 82
#define KERNEL_B_BLK_CNT 32
#define RECOVERY_BLK_START 2624
#define RECOVERY_BLK_CNT 400
#define CACHE_BLK_START 3056
#define CACHE_BLK_CNT 64
#define USERDATA_BLK_START 7364
#define USERDATA_BLK_CNT 90
/* No backupsys, so make sure it is invalid */
#define BACKUPSYS_BLK_START 16384
#define BACKUPSYS_BLK_CNT 0
#define BOARD_MEM_SIZE (1024 * 1024 * 1024)
#define BUTTON_GPIO 58
#define LED_WHITE_PWM 0
#define LED_RED_PWM 1
#define LOAD_LED_CAL_DATA
#define LED_CAL_PARTITION "factory"
#define LED_CAL_FILE_NAME "led_calibration_LUT.txt"
#define NUM_LED 4
#define COLORS_PER_LED 5
#define LED_COLOR_INDEX_WHITE 4
#endif //BOARD_CONFIG_H__