summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k-p/common/include/a8kp_plat_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a8k-p/common/include/a8kp_plat_def.h')
-rw-r--r--plat/marvell/a8k-p/common/include/a8kp_plat_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/marvell/a8k-p/common/include/a8kp_plat_def.h b/plat/marvell/a8k-p/common/include/a8kp_plat_def.h
index c580d3b0..dde6617a 100644
--- a/plat/marvell/a8k-p/common/include/a8kp_plat_def.h
+++ b/plat/marvell/a8k-p/common/include/a8kp_plat_def.h
@@ -74,6 +74,8 @@
#define MVEBU_AP_GPIO_DATA_OUT_EN(ap) (MVEBU_AP_GPIO_REGS(ap) + 0x4)
#define MVEBU_AP_GPIO_DATA_IN(ap) (MVEBU_AP_GPIO_REGS(ap) + 0x10)
+#define MVEBU_AP_WD_BASE(ap) (MVEBU_REGS_BASE_AP(ap) + 0x610000)
+
#define MVEBU_MCI_PHY(ap, n) (MVEBU_REGS_BASE_AP(ap) + 0x6C0000 + \
(((n) / 2 + 1) * 0x1000) + 0x1000 * (n))