16 #include <linux/screen_info.h>
22 #include <asm/reboot.h>
23 #include <asm/pgtable.h>
30 static struct resource jazz_io_resources[] = {
44 .name =
"dma page reg",
71 for (i = 0; i <
ARRAY_SIZE(jazz_io_resources); i++)
81 .orig_video_lines = 64,
82 .orig_video_points = 16,
89 #ifdef CONFIG_OLIVETTI_M700
90 #define UART_CLK 1843200
94 #define UART_CLK (8000000 / 16)
97 #define MEMPORT(_base, _irq) \
100 .membase = (void *)(_base), \
102 .uartclk = UART_CLK, \
103 .iotype = UPIO_MEM, \
104 .flags = UPF_BOOT_AUTOCONF, \
114 .name =
"serial8250",
117 .platform_data = jazz_serial_data,
121 static struct resource jazz_esp_rsrc[] = {
142 .resource = jazz_esp_rsrc
145 static struct resource jazz_sonic_rsrc[] = {
161 .resource = jazz_sonic_rsrc
164 static struct resource jazz_cmos_rsrc[] = {
180 .resource = jazz_cmos_rsrc
188 static int __init jazz_setup_devinit(
void)