12 #include <linux/types.h>
15 #include <asm/machvec.h>
19 #include <asm/addrspace.h>
21 #define GPIO_PECR 0xFFEA0008
24 static struct resource heartbeat_resource = {
34 .resource = &heartbeat_resource,
38 static struct resource smc91x_eth_resources[] = {
40 .name =
"smc91x-regs" ,
42 .end =
PA_LAN + 0x300 + 0x10 ,
57 .coherent_dma_mask = 0xffffffff,
59 .num_resources =
ARRAY_SIZE(smc91x_eth_resources),
60 .resource = smc91x_eth_resources,
68 static int __init sdk7780_devices_setup(
void)
75 static void __init sdk7780_setup(
char **cmdline_p)
82 "FPGA version: %d (revision %d), datestamp : %d\n",
83 (ver >> 12) & 0xf, (ver >> 8) & 0xf,
84 (ver >> 4) & 0xf, ver & 0xf,
95 .mv_name =
"Renesas SDK7780-R3" ,
96 .mv_setup = sdk7780_setup,