Lines Matching +full:rom +full:- +full:15 +full:h
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-omap1/board-palmte.c
5 * Modified from board-generic.c
12 * palmtelinux-developpers@lists.sf.net
16 #include <linux/gpio/machine.h>
17 #include <linux/gpio/consumer.h>
18 #include <linux/kernel.h>
19 #include <linux/init.h>
20 #include <linux/input.h>
21 #include <linux/platform_device.h>
22 #include <linux/mtd/mtd.h>
23 #include <linux/mtd/partitions.h>
24 #include <linux/mtd/physmap.h>
25 #include <linux/spi/spi.h>
26 #include <linux/interrupt.h>
27 #include <linux/apm-emulation.h>
28 #include <linux/omapfb.h>
29 #include <linux/omap-dma.h>
30 #include <linux/platform_data/keypad-omap.h>
31 #include <linux/platform_data/omap1_bl.h>
33 #include <asm/mach-types.h>
34 #include <asm/mach/arch.h>
35 #include <asm/mach/map.h>
37 #include "tc.h"
38 #include "flash.h"
39 #include "mux.h"
40 #include "hardware.h"
41 #include "usb.h"
42 #include "mmc.h"
43 #include "common.h"
53 #define PALMTE_SPEAKER_GPIO 15
95 .name = "omap-keypad",
96 .id = -1,
105 /* PalmOS "Small ROM", contains the bootloader and the debugger */
112 /* PalmOS "Big ROM", a filesystem with all the OS code and data */
117 * 0x5f0000 bytes big in the multi-language ("EFIGS") version,
118 * 0x7b0000 bytes in the English-only ("enUS") version.
134 .end = OMAP_CS0_PHYS + SZ_8M - 1,
139 .name = "physmap-flash",
140 .id = -1,
150 .id = -1,
158 .name = "omap-bl",
159 .id = -1,
173 .register_dev = 1, /* Mini-B only receptacle */
222 GPIO_LOOKUP("gpio-0-15", PALMTE_PINTDAV_GPIO, "tsc2102_irq",
225 GPIO_LOOKUP("gpio-0-15", PALMTE_USB_OR_DC_GPIO, "usb_dc_irq",