]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ppc/platforms/fads.h
[PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc
[linux-2.6-omap-h63xx.git] / arch / ppc / platforms / fads.h
index 2f9f0f60e3f76139f80a5ca43246679e091a3db8..5219366667b377961a88dd1010697dd9c849bb1a 100644 (file)
 
 #include <asm/ppcboot.h>
 
-#if defined(CONFIG_MPC86XADS)
-
-#define BOARD_CHIP_NAME "MPC86X"
-
-/* U-Boot maps BCSR to 0xff080000 */
-#define BCSR_ADDR              ((uint)0xff080000)
-
-/* MPC86XADS has one more CPLD and an additional BCSR.
- */
-#define CFG_PHYDEV_ADDR                ((uint)0xff0a0000)
-#define BCSR5                  ((uint)(CFG_PHYDEV_ADDR + 0x300))
-
-#define BCSR5_T1_RST           0x10
-#define BCSR5_ATM155_RST       0x08
-#define BCSR5_ATM25_RST                0x04
-#define BCSR5_MII1_EN          0x02
-#define BCSR5_MII1_RST         0x01
-
-/* There is no PHY link change interrupt */
-#define PHY_INTERRUPT  (-1)
-
-#else /* FADS */
-
 /* Memory map is configured by the PROM startup.
  * I tried to follow the FADS manual, although the startup PROM
  * dictates this and we simply have to move some of the physical
@@ -55,8 +32,6 @@
 /* PHY link change interrupt */
 #define PHY_INTERRUPT  SIU_IRQ2
 
-#endif /* CONFIG_MPC86XADS */
-
 #define BCSR_SIZE              ((uint)(64 * 1024))
 #define BCSR0                  ((uint)(BCSR_ADDR + 0x00))
 #define BCSR1                  ((uint)(BCSR_ADDR + 0x04))