aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-06-26 07:05:39 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-06-26 16:24:02 +0900
commita80cad950f2a562e60db1869dd29bc007c5a4b66 (patch)
tree9bc1ae5ac9657cdfa27f21d6d87d39df0507065a /arch/sh/include
parentnommu: provide follow_pfn(). (diff)
downloadlinux-dev-a80cad950f2a562e60db1869dd29bc007c5a4b66.tar.xz
linux-dev-a80cad950f2a562e60db1869dd29bc007c5a4b66.zip
sh: ms7724se: Add sh_eth support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/mach-se/mach/se7724.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/include/mach-se/mach/se7724.h b/arch/sh/include/mach-se/mach/se7724.h
index 74164b60d0db..29514a39d0f5 100644
--- a/arch/sh/include/mach-se/mach/se7724.h
+++ b/arch/sh/include/mach-se/mach/se7724.h
@@ -20,6 +20,11 @@
*/
#include <asm/addrspace.h>
+/* SH Eth */
+#define SH_ETH_ADDR (0xA4600000)
+#define SH_ETH_MAHR (SH_ETH_ADDR + 0x1C0)
+#define SH_ETH_MALR (SH_ETH_ADDR + 0x1C8)
+
#define PA_LED (0xba203000) /* 8bit LED */
#define IRQ_MODE (0xba200010)
#define IRQ0_SR (0xba200014)