summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91sam9/at91_pmc.h
diff options
context:
space:
mode:
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 103be86999..b57875d798 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
OpenPOWER on IntegriCloud