16 #include <linux/input.h>
26 static struct mtd_partition sh7763rdp_nor_flash_partitions[] = {
30 .size = (2 * 128 * 1024),
33 .name =
"Linux-Kernel",
35 .size = (20 * 128 * 1024),
37 .name =
"Root Filesystem",
45 .parts = sh7763rdp_nor_flash_partitions,
46 .nr_parts =
ARRAY_SIZE(sh7763rdp_nor_flash_partitions),
49 static struct resource sh7763rdp_nor_flash_resources[] = {
53 .end = (64 * 1024 * 1024),
59 .name =
"physmap-flash",
60 .resource = sh7763rdp_nor_flash_resources,
61 .num_resources =
ARRAY_SIZE(sh7763rdp_nor_flash_resources),
63 .platform_data = &sh7763rdp_nor_flash_data,
73 static struct resource sh_eth_resources[] = {
76 .end = 0xFEE00F7C - 1,
97 .resource = sh_eth_resources,
100 .platform_data = &sh7763_eth_pdata,
105 static struct resource sh7763rdp_fb_resources[] = {
108 .end = 0xFFE80442 - 1,
115 .name =
"VGA Monitor",
131 .def_mode = &sh7763fb_videomode,
144 .name =
"sh7760-lcdc",
145 .resource = sh7763rdp_fb_resources,
146 .num_resources =
ARRAY_SIZE(sh7763rdp_fb_resources),
148 .platform_data = &sh7763fb_def_pdata,
153 &sh7763rdp_nor_flash_device,
154 &sh7763rdp_eth_device,
155 &sh7763rdp_fb_device,
158 static int __init sh7763rdp_devices_setup(
void)
165 static void __init sh7763rdp_setup(
char **cmdline_p)
215 .mv_name =
"sh7763drp",
216 .mv_setup = sh7763rdp_setup,