blob: 5d2e50cd920621f80845c99457f16ca8a8669b1f [file] [log] [blame]
/* Board configuration information.
*
* Copyright (C) 2012 Google, Inc.
*/
#ifndef BOARD_CONFIG_H__
#define BOARD_CONFIG_H__
#define BOARD_NAME "prince-p0"
#define BOARD_REV 1
#define FTS_BLK_START 1004
#define FTS_BLK_CNT 4
#define KERNEL_BLK_START 104
#define KERNEL_BLK_CNT 40
#define RECOVERY_BLK_START 944
#define RECOVERY_BLK_CNT 60
#define CACHE_BLK_START 1020
#define CACHE_BLK_CNT 6404
/* 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__