aboutsummaryrefslogtreecommitdiff
path: root/plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h')
-rw-r--r--plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h b/plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h
index 789b112a6..84f07e635 100644
--- a/plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h
+++ b/plat/nxp/common/include/default/ch_2/soc_default_helper_macros.h
@@ -56,6 +56,11 @@
#define RCPM_POWMGTCSR_OFFSET 0x130
#define RCPM_IPPDEXPCR0_OFFSET 0x140
#define RCPM_POWMGTCSR_LPM20_REQ 0x00100000
-#endif
+#endif /* NXP_RCPM_ADDR */
+
+#define DCFG_SBEESR2_ADDR 0x20140534
+#define DCFG_MBEESR2_ADDR 0x20140544
+/* SBEESR and MBEESR bit mask */
+#define OCRAM_EESR_MASK 0x00000060
#endif /* SOC_DEFAULT_HELPER_MACROS_H */