diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:37 +0000 |
commit | e8a0aaf9a2765c073bed3a8ba52da25ae4007087 (patch) | |
tree | 0545c6062df41b22163e7c8bfb680e3c3dc1d5e9 /target/linux/ar71xx/files/arch/mips/include | |
parent | e0a0f3796a1b11c77735d4dd1503e3423b07f58f (diff) | |
download | mtk-20170518-e8a0aaf9a2765c073bed3a8ba52da25ae4007087.zip mtk-20170518-e8a0aaf9a2765c073bed3a8ba52da25ae4007087.tar.gz mtk-20170518-e8a0aaf9a2765c073bed3a8ba52da25ae4007087.tar.bz2 |
ar71xx: add ethernet initialization for the AR933X SoCs
SVN-Revision: 27063
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index 3b02d64..8a86a30 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -669,6 +669,11 @@ void ar71xx_ddr_flush(u32 reg); #define AR724X_RESET_USB_PHY BIT(4) #define AR724X_RESET_USBSUS_OVERRIDE BIT(3) +#define AR933X_RESET_GE1_MDIO BIT(23) +#define AR933X_RESET_GE0_MDIO BIT(22) +#define AR933X_RESET_GE1_MAC BIT(13) +#define AR933X_RESET_GE0_MAC BIT(9) + #define REV_ID_MAJOR_MASK 0xfff0 #define REV_ID_MAJOR_AR71XX 0x00a0 #define REV_ID_MAJOR_AR913X 0x00b0 |