86 static unsigned long pcm027_pin_config[]
__initdata = {
101 #ifdef CONFIG_LEDS_GPIO
111 static struct resource smc91x_resources[] = {
128 .num_resources =
ARRAY_SIZE(smc91x_resources),
129 .resource = smc91x_resources,
146 .modalias =
"max7301",
147 .platform_data = &max7301_info,
148 .max_speed_hz = 13000000,
162 static struct resource pcm027_flash_resource = {
169 .name =
"physmap-flash",
172 .platform_data = &pcm027_flash_data,
174 .resource = &pcm027_flash_resource,
178 #ifdef CONFIG_LEDS_GPIO
180 static struct gpio_led pcm027_led[] = {
186 .name =
"led1:green",
200 .platform_data = &pcm027_led_data,
212 #ifdef CONFIG_LEDS_GPIO
220 static void __init pcm027_init(
void)
237 #ifdef CONFIG_MACH_PCM990_BASEBOARD
245 static void __init pcm027_map_io(
void)
259 MACHINE_START(PCM027,
"Phytec Messtechnik GmbH phyCORE-PXA270")
261 .atag_offset = 0x100,
262 .map_io = pcm027_map_io,
267 .init_machine = pcm027_init,