diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-06-26 07:05:39 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-26 16:24:02 +0900 |
commit | a80cad950f2a562e60db1869dd29bc007c5a4b66 (patch) | |
tree | 9bc1ae5ac9657cdfa27f21d6d87d39df0507065a /arch/sh/include/mach-se | |
parent | dfc2f91ac29f5ef50e74bf15a1a6b6aa6b952e62 (diff) | |
download | linux-a80cad950f2a562e60db1869dd29bc007c5a4b66.tar.gz linux-a80cad950f2a562e60db1869dd29bc007c5a4b66.tar.bz2 linux-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/mach-se')
-rw-r--r-- | arch/sh/include/mach-se/mach/se7724.h | 5 |
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) |