blob: 3225ff7b325ed0996a8df0c72b4ff64af87c872a [file] [log] [blame]
/* Board configuration information.
*
* Copyright (C) 2012 Google, Inc.
*/
#ifndef BOARD_CONFIG_H__
#define BOARD_CONFIG_H__
#define BOARD_NAME "prince-p1"
#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 (768 * 1024 * 1024)
#define BUTTON_GPIO 58
#define LED_WHITE_PWM 0
#define LED_RED_PWM 1
#endif //BOARD_CONFIG_H__