2 * arch/sh/overdrive/setup.c
4 * Copyright (C) 2000 Stuart Menefy (stuart.menefy@st.com)
6 * May be copied or modified under the terms of the GNU General Public
7 * License. See linux/COPYING for more information.
9 * STMicroelectronics Overdrive Support.
12 #include <linux/config.h>
13 #include <linux/kernel.h>
14 #include <linux/init.h>
17 #include <asm/overdrive/overdrive.h>
18 #include <asm/overdrive/fpga.h>
20 const char *get_system_type(void)
22 return "SH7750 Overdrive";
26 * Initialize the board
28 int __init
platform_setup(void)
31 init_overdrive_fpga();
35 /* Enable RS232 receive buffers */
36 writel(0x1e, OVERDRIVE_CTRL
);