Add Broadcom / Netgear changes from RAXE 1.0.0.48
[project/bcm63xx/u-boot.git] / arch / arm / include / asm / arch-bcm63138 / unimac.h
diff --git a/arch/arm/include/asm/arch-bcm63138/unimac.h b/arch/arm/include/asm/arch-bcm63138/unimac.h
new file mode 100644 (file)
index 0000000..2f38930
--- /dev/null
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+
+ *
+ *  Copyright 2019 Broadcom Ltd.
+ */
+
+#ifndef _63138_UNIMAC_H
+#define _63138_UNIMAC_H
+
+#define UNIMAC_BASE         0x802d4000
+#define UNIMAC_CFG_BASE     UNIMAC_BASE + 0x00000000
+#define UNIMAC_MIB_BASE     UNIMAC_BASE + 0x00006000
+#define UNIMAC_TOP_BASE     UNIMAC_BASE + 0x00007800
+
+#endif