18 #include <linux/i2c.h>
30 #include <mach/hardware.h>
36 #define XCEP_ETH_PHYS (PXA_CS3_PHYS + 0x00000300)
37 #define XCEP_ETH_PHYS_END (PXA_CS3_PHYS + 0x000fffff)
38 #define XCEP_ETH_ATTR (PXA_CS3_PHYS + 0x02000000)
39 #define XCEP_ETH_ATTR_END (PXA_CS3_PHYS + 0x020fffff)
40 #define XCEP_ETH_IRQ IRQ_GPIO0
43 #define XCEP_CPLD_BASE 0xf0000000
55 .name =
"Bootloader ENV",
77 .parts = xcep_partitions,
82 static struct resource flash_resource = {
89 .
name =
"physmap-flash",
92 .platform_data = xcep_flash_data,
94 .resource = &flash_resource,
102 static struct resource smc91x_resources[] = {
104 .name =
"smc91x-regs",
115 .name =
"smc91x-attrib",
129 .num_resources =
ARRAY_SIZE(smc91x_resources),
130 .resource = smc91x_resources,
132 .platform_data = &xcep_smc91x_info,
162 static void __init xcep_init(
void)
182 .atag_offset = 0x100,
183 .init_machine = xcep_init,