21 #include <linux/kernel.h>
35 #include <mach/hardware.h>
37 #include <mach/common.h>
38 #include <mach/irqs.h>
42 #include <asm/traps.h>
57 static struct resource smsc911x_resources[] = {
80 .platform_data = &smsc911x_platdata,
82 .resource = smsc911x_resources,
83 .num_resources =
ARRAY_SIZE(smsc911x_resources),
86 static struct resource sdhi0_resources[] = {
105 .name =
"sh_mobile_sdhi",
107 .resource = sdhi0_resources,
110 .platform_data = &sdhi0_platform_data,
115 static struct resource thermal_resources[] = {
118 .end = 0xFFC48038 - 1,
124 .name =
"rcar_thermal",
125 .resource = thermal_resources,
126 .num_resources =
ARRAY_SIZE(thermal_resources),
135 static void __init marzen_init(
void)
138 ARRAY_SIZE(fixed3v3_power_consumers), 3300000);
177 .init_machine = marzen_init,
178 .init_late = shmobile_init_late,