summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-24 11:16:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-24 11:16:32 -0600
commit11209a27acdf3954bef9be508851bb30ba1c02c2 (patch)
tree0219ff4675c98ab492c8d47eaed2f6c3d873f4f9 /nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h
parentd8874e37bdd21f45cb03cf33596fafe00d45288f (diff)
downloadnuttx-11209a27acdf3954bef9be508851bb30ba1c02c2.tar.gz
nuttx-11209a27acdf3954bef9be508851bb30ba1c02c2.tar.bz2
nuttx-11209a27acdf3954bef9be508851bb30ba1c02c2.zip
PIC32MZ: Add Oscillator header file; Add logic to set up peripheral clocks on reset
Diffstat (limited to 'nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h')
-rw-r--r--nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h b/nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h
index 83aa92cd2..0ec30b3d6 100644
--- a/nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h
+++ b/nuttx/arch/mips/src/pic32mz/chip/pic32mzec-features.h
@@ -189,6 +189,9 @@
/* System key register: 32-bit key value */
+#define UNLOCK_SYSKEY_0 (0xaa996655ul)
+#define UNLOCK_SYSKEY_1 (0x556699aaul)
+
/* External bus interface address pin configuration register */
#define CFGEBIA_EBIA0N_SHIFT (0) /* Bits 0-23: EBI address pin 0 enable */