16 #define ASB2303_PROM_ADDR 0xA0000000
17 #define ASB2303_PROM_SIZE (2 * 1024 * 1024)
18 #define ASB2303_FLASH_ADDR 0xA4000000
19 #define ASB2303_FLASH_SIZE (32 * 1024 * 1024)
20 #define ASB2303_CONFIG_ADDR 0xA6000000
21 #define ASB2303_CONFIG_SIZE (8 * 1024)
50 .parts = asb2303_partitions,
53 static struct resource asb2303_bootprom_resource = {
60 .name =
"physmap-flash",
62 .dev.platform_data = &asb2303_bootprom_data,
64 .resource = &asb2303_bootprom_resource,
73 .parts = asb2303_partitions,
76 static struct resource asb2303_sysflash_resource = {
83 .name =
"physmap-flash",
85 .dev.platform_data = &asb2303_sysflash_data,
87 .resource = &asb2303_sysflash_resource,
93 static int __init asb2303_mtd_init(
void)