patch-2.4.9 linux/include/asm-arm/arch-sa1100/pleb.h
Next file: linux/include/asm-arm/arch-sa1100/serial_reg.h
Previous file: linux/include/asm-arm/arch-sa1100/pfs168.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Aug 12 11:14:00 2001
- Orig file:
v2.4.8/linux/include/asm-arm/arch-sa1100/pleb.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.8/linux/include/asm-arm/arch-sa1100/pleb.h linux/include/asm-arm/arch-sa1100/pleb.h
@@ -0,0 +1,21 @@
+/*
+ * linux/include/asm-arm/arch-sa1100/pleb.h
+ *
+ * Created 2000/12/08 by Daniel Potts <danielp@cse.unsw.edu.au>
+ *
+ * This file contains the hardware specific definitions for the
+ * PLEB board. http://www.cse.unsw.edu.au/~pleb
+ */
+
+#ifndef _INCLUDE_PLEB_H_
+#define _INCLUDE_PLEB_H_
+
+#define PLEB_ETH0_P (0x20000300) /* Ethernet 0 in PCMCIA0 IO */
+#define PLEB_ETH0_V (0xf6000300)
+
+#define GPIO_ETH0_IRQ GPIO_GPIO (21)
+#define GPIO_ETH0_EN GPIO_GPIO (26)
+
+#define IRQ_GPIO_ETH0_IRQ IRQ_GPIO21
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)