| * Hardware definitions for the Toshiba eseries PDAs |
| * Copyright (c) 2003 Ian Molton <spyro@f2s.com> |
| * This file is licensed under |
| * the terms of the GNU General Public License version 2. This program |
| * is licensed "as is" without any warranty of any kind, whether express |
| #include <linux/kernel.h> |
| #include <asm/mach/arch.h> |
| #include <asm/mach-types.h> |
| #include <mach/mfp-pxa25x.h> |
| #include <mach/hardware.h> |
| static void __init e330_init(void) |
| pxa_set_udc_info(&e7xx_udc_mach_info); |
| MACHINE_START(E330, "Toshiba e330") |
| /* Maintainer: Ian Molton (spyro@f2s.com) */ |
| .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
| .boot_params = 0xa0000100, |
| .init_irq = pxa25x_init_irq, |
| .init_machine = e330_init, |