summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91sam9/at91_pmc.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-06-03 00:24:36 +0200
committerWolfgang Denk <wd@denx.de>2008-06-03 00:24:36 +0200
commit912810eeca90eedd1503f5e883f3a8da39d7ff89 (patch)
tree56d7a80b4d10e12e088eb51ad4aeb0fa22d0ed7a /include/asm-arm/arch-at91sam9/at91_pmc.h
parent7a68389a231ac061ba2ffd628f86e15ed0545a7b (diff)
parent602cac1389b755b223272f2328a47e6f8c240848 (diff)
downloadu-boot-imx-912810eeca90eedd1503f5e883f3a8da39d7ff89.zip
u-boot-imx-912810eeca90eedd1503f5e883f3a8da39d7ff89.tar.gz
u-boot-imx-912810eeca90eedd1503f5e883f3a8da39d7ff89.tar.bz2
Merge remote branch 'u-boot-at91/for-1.3.4'
Diffstat (limited to 'include/asm-arm/arch-at91sam9/at91_pmc.h')
-rw-r--r--include/asm-arm/arch-at91sam9/at91_pmc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91sam9/at91_pmc.h b/include/asm-arm/arch-at91sam9/at91_pmc.h
index 103be86..b57875d 100644
--- a/include/asm-arm/arch-at91sam9/at91_pmc.h
+++ b/include/asm-arm/arch-at91sam9/at91_pmc.h
@@ -96,4 +96,9 @@
#define AT91_PMC_PCK3RDY (1 << 11) /* Programmable Clock 3 */
#define AT91_PMC_IMR (AT91_PMC + 0x6c) /* Interrupt Mask Register */
+#define AT91_PMC_PROT (AT91_PMC + 0xe4) /* Protect Register [AT91CAP9 revC only] */
+#define AT91_PMC_PROTKEY 0x504d4301 /* Activation Code */
+
+#define AT91_PMC_VER (AT91_PMC + 0xfc) /* PMC Module Version [AT91CAP9 only] */
+
#endif