6 #include <linux/kernel.h>
14 #include <mach/hardware.h>
15 #include <asm/setup.h>
22 #include <mach/irqs.h>
31 #define PLEB_ETH0_P (0x20000300)
32 #define PLEB_ETH0_V (0xf6000300)
34 #define GPIO_ETH0_IRQ GPIO_GPIO(21)
35 #define GPIO_ETH0_EN GPIO_GPIO(26)
37 #define IRQ_GPIO_ETH0_IRQ IRQ_GPIO21
39 static struct resource smc91x_resources[] = {
51 .resource = smc91x_resources,
64 static struct resource pleb_flash_resources[] = {
88 .map_name =
"cfi_probe",
89 .parts = pleb_partitions,
94 static void __init pleb_init(
void)
104 static void __init pleb_map_io(
void)
119 MECR = ((2<<10) | (2<<5) | (2<<0));
133 .map_io = pleb_map_io,
137 .init_machine = pleb_init,