9
0
Fork 0

omap3: add register definitions for chip die ID

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Daniel Mack 2011-12-18 22:16:22 +01:00 committed by Sascha Hauer
parent abeea4d7f3
commit bfba1b6cab
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@
/** Gives the silicon revision */
#define OMAP_TAP_BASE (OMAP_L4_WKUP_BASE + 0xA000)
#define IDCODE_REG (OMAP_TAP_BASE + 0x204)
#define DIE_ID_0 (OMAP_TAP_BASE + 0x218)
#define DIE_ID_1 (OMAP_TAP_BASE + 0x21c)
#define DIE_ID_2 (OMAP_TAP_BASE + 0x220)
#define DIE_ID_3 (OMAP_TAP_BASE + 0x224)
/** Masks to extract information from ID code register */
#define IDCODE_HAWKEYE_MASK 0x0FFFF000