Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2008 Valentin Longchamp, EPFL Mobots group |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by |
| 6 | * the Free Software Foundation; either version 2 of the License, or |
| 7 | * (at your option) any later version. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | * GNU General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License |
| 15 | * along with this program; if not, write to the Free Software |
| 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 17 | */ |
| 18 | |
Valentin Longchamp | b23f153 | 2009-08-10 18:33:11 +0200 | [diff] [blame] | 19 | #include <linux/delay.h> |
Valentin Longchamp | 88b0564 | 2009-08-10 18:33:12 +0200 | [diff] [blame] | 20 | #include <linux/fsl_devices.h> |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 21 | #include <linux/gpio.h> |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 22 | #include <linux/init.h> |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 23 | #include <linux/interrupt.h> |
Valentin Longchamp | 77aa561 | 2009-08-12 11:29:19 +0200 | [diff] [blame] | 24 | #include <linux/leds.h> |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 25 | #include <linux/memory.h> |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 26 | #include <linux/mtd/physmap.h> |
| 27 | #include <linux/mtd/partitions.h> |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 28 | #include <linux/platform_device.h> |
| 29 | #include <linux/types.h> |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 30 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 31 | #include <asm/mach-types.h> |
| 32 | #include <asm/mach/arch.h> |
| 33 | #include <asm/mach/time.h> |
| 34 | #include <asm/mach/map.h> |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 35 | #include <mach/board-mx31moboard.h> |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 36 | #include <mach/common.h> |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 37 | #include <mach/hardware.h> |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 38 | #include <mach/imx-uart.h> |
| 39 | #include <mach/iomux-mx3.h> |
Valentin Longchamp | 4ec6ecc | 2009-04-21 10:24:22 +0200 | [diff] [blame] | 40 | #include <mach/i2c.h> |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 41 | #include <mach/mmc.h> |
Sascha Hauer | c5aa0ad | 2009-05-25 17:36:19 +0200 | [diff] [blame] | 42 | #include <mach/mx31.h> |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 43 | |
| 44 | #include "devices.h" |
| 45 | |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 46 | static unsigned int moboard_pins[] = { |
| 47 | /* UART0 */ |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 48 | MX31_PIN_TXD1__TXD1, MX31_PIN_RXD1__RXD1, |
Valentin Longchamp | 421bf82 | 2009-11-03 18:09:47 +0100 | [diff] [blame^] | 49 | MX31_PIN_CTS1__GPIO2_7, |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 50 | /* UART4 */ |
| 51 | MX31_PIN_PC_RST__CTS5, MX31_PIN_PC_VS2__RTS5, |
| 52 | MX31_PIN_PC_BVD2__TXD5, MX31_PIN_PC_BVD1__RXD5, |
Valentin Longchamp | 56c7a45 | 2009-04-22 10:55:50 +0200 | [diff] [blame] | 53 | /* I2C0 */ |
| 54 | MX31_PIN_I2C_DAT__I2C1_SDA, MX31_PIN_I2C_CLK__I2C1_SCL, |
| 55 | /* I2C1 */ |
| 56 | MX31_PIN_DCD_DTE1__I2C2_SDA, MX31_PIN_RI_DTE1__I2C2_SCL, |
| 57 | /* SDHC1 */ |
| 58 | MX31_PIN_SD1_DATA3__SD1_DATA3, MX31_PIN_SD1_DATA2__SD1_DATA2, |
| 59 | MX31_PIN_SD1_DATA1__SD1_DATA1, MX31_PIN_SD1_DATA0__SD1_DATA0, |
| 60 | MX31_PIN_SD1_CLK__SD1_CLK, MX31_PIN_SD1_CMD__SD1_CMD, |
| 61 | MX31_PIN_ATA_CS0__GPIO3_26, MX31_PIN_ATA_CS1__GPIO3_27, |
Valentin Longchamp | b23f153 | 2009-08-10 18:33:11 +0200 | [diff] [blame] | 62 | /* USB reset */ |
| 63 | MX31_PIN_GPIO1_0__GPIO1_0, |
Valentin Longchamp | 88b0564 | 2009-08-10 18:33:12 +0200 | [diff] [blame] | 64 | /* USB OTG */ |
| 65 | MX31_PIN_USBOTG_DATA0__USBOTG_DATA0, |
| 66 | MX31_PIN_USBOTG_DATA1__USBOTG_DATA1, |
| 67 | MX31_PIN_USBOTG_DATA2__USBOTG_DATA2, |
| 68 | MX31_PIN_USBOTG_DATA3__USBOTG_DATA3, |
| 69 | MX31_PIN_USBOTG_DATA4__USBOTG_DATA4, |
| 70 | MX31_PIN_USBOTG_DATA5__USBOTG_DATA5, |
| 71 | MX31_PIN_USBOTG_DATA6__USBOTG_DATA6, |
| 72 | MX31_PIN_USBOTG_DATA7__USBOTG_DATA7, |
| 73 | MX31_PIN_USBOTG_CLK__USBOTG_CLK, MX31_PIN_USBOTG_DIR__USBOTG_DIR, |
| 74 | MX31_PIN_USBOTG_NXT__USBOTG_NXT, MX31_PIN_USBOTG_STP__USBOTG_STP, |
| 75 | MX31_PIN_USB_OC__GPIO1_30, |
Valentin Longchamp | 77aa561 | 2009-08-12 11:29:19 +0200 | [diff] [blame] | 76 | /* LEDs */ |
| 77 | MX31_PIN_SVEN0__GPIO2_0, MX31_PIN_STX0__GPIO2_1, |
| 78 | MX31_PIN_SRX0__GPIO2_2, MX31_PIN_SIMPD0__GPIO2_3, |
Valentin Longchamp | 8b1a540 | 2009-08-12 11:29:20 +0200 | [diff] [blame] | 79 | /* SEL */ |
| 80 | MX31_PIN_DTR_DCE1__GPIO2_8, MX31_PIN_DSR_DCE1__GPIO2_9, |
| 81 | MX31_PIN_RI_DCE1__GPIO2_10, MX31_PIN_DCD_DCE1__GPIO2_11, |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 82 | }; |
| 83 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 84 | static struct physmap_flash_data mx31moboard_flash_data = { |
| 85 | .width = 2, |
| 86 | }; |
| 87 | |
| 88 | static struct resource mx31moboard_flash_resource = { |
| 89 | .start = 0xa0000000, |
| 90 | .end = 0xa1ffffff, |
| 91 | .flags = IORESOURCE_MEM, |
| 92 | }; |
| 93 | |
| 94 | static struct platform_device mx31moboard_flash = { |
| 95 | .name = "physmap-flash", |
| 96 | .id = 0, |
| 97 | .dev = { |
| 98 | .platform_data = &mx31moboard_flash_data, |
| 99 | }, |
| 100 | .resource = &mx31moboard_flash_resource, |
| 101 | .num_resources = 1, |
| 102 | }; |
| 103 | |
Valentin Longchamp | 421bf82 | 2009-11-03 18:09:47 +0100 | [diff] [blame^] | 104 | static int moboard_uart0_init(struct platform_device *pdev) |
| 105 | { |
| 106 | gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack"); |
| 107 | gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CTS1), 0); |
| 108 | return 0; |
| 109 | } |
| 110 | |
| 111 | static struct imxuart_platform_data uart0_pdata = { |
| 112 | .init = moboard_uart0_init, |
| 113 | }; |
| 114 | |
| 115 | static struct imxuart_platform_data uart4_pdata = { |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 116 | .flags = IMXUART_HAVE_RTSCTS, |
| 117 | }; |
| 118 | |
Valentin Longchamp | 4ec6ecc | 2009-04-21 10:24:22 +0200 | [diff] [blame] | 119 | static struct imxi2c_platform_data moboard_i2c0_pdata = { |
| 120 | .bitrate = 400000, |
| 121 | }; |
| 122 | |
| 123 | static struct imxi2c_platform_data moboard_i2c1_pdata = { |
| 124 | .bitrate = 100000, |
| 125 | }; |
| 126 | |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 127 | #define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0) |
| 128 | #define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1) |
| 129 | |
| 130 | static int moboard_sdhc1_get_ro(struct device *dev) |
| 131 | { |
Valentin Longchamp | 563abb4 | 2009-08-11 17:29:21 +0200 | [diff] [blame] | 132 | return !gpio_get_value(SDHC1_WP); |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 133 | } |
| 134 | |
| 135 | static int moboard_sdhc1_init(struct device *dev, irq_handler_t detect_irq, |
| 136 | void *data) |
| 137 | { |
Sascha Hauer | 4f163eb | 2009-05-06 12:55:50 +0200 | [diff] [blame] | 138 | int ret; |
| 139 | |
| 140 | ret = gpio_request(SDHC1_CD, "sdhc-detect"); |
| 141 | if (ret) |
| 142 | return ret; |
| 143 | |
| 144 | gpio_direction_input(SDHC1_CD); |
| 145 | |
| 146 | ret = gpio_request(SDHC1_WP, "sdhc-wp"); |
| 147 | if (ret) |
| 148 | goto err_gpio_free; |
| 149 | gpio_direction_input(SDHC1_WP); |
| 150 | |
| 151 | ret = request_irq(gpio_to_irq(SDHC1_CD), detect_irq, |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 152 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, |
| 153 | "sdhc1-card-detect", data); |
Sascha Hauer | 4f163eb | 2009-05-06 12:55:50 +0200 | [diff] [blame] | 154 | if (ret) |
| 155 | goto err_gpio_free_2; |
| 156 | |
| 157 | return 0; |
| 158 | |
| 159 | err_gpio_free_2: |
| 160 | gpio_free(SDHC1_WP); |
| 161 | err_gpio_free: |
| 162 | gpio_free(SDHC1_CD); |
| 163 | |
| 164 | return ret; |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 165 | } |
| 166 | |
| 167 | static void moboard_sdhc1_exit(struct device *dev, void *data) |
| 168 | { |
| 169 | free_irq(gpio_to_irq(SDHC1_CD), data); |
Sascha Hauer | 4f163eb | 2009-05-06 12:55:50 +0200 | [diff] [blame] | 170 | gpio_free(SDHC1_WP); |
| 171 | gpio_free(SDHC1_CD); |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 172 | } |
| 173 | |
| 174 | static struct imxmmc_platform_data sdhc1_pdata = { |
| 175 | .get_ro = moboard_sdhc1_get_ro, |
| 176 | .init = moboard_sdhc1_init, |
| 177 | .exit = moboard_sdhc1_exit, |
| 178 | }; |
| 179 | |
Valentin Longchamp | b23f153 | 2009-08-10 18:33:11 +0200 | [diff] [blame] | 180 | /* |
| 181 | * this pin is dedicated for all mx31moboard systems, so we do it here |
| 182 | */ |
| 183 | #define USB_RESET_B IOMUX_TO_GPIO(MX31_PIN_GPIO1_0) |
| 184 | |
| 185 | static void usb_xcvr_reset(void) |
| 186 | { |
| 187 | gpio_request(USB_RESET_B, "usb-reset"); |
| 188 | gpio_direction_output(USB_RESET_B, 0); |
| 189 | mdelay(1); |
| 190 | gpio_set_value(USB_RESET_B, 1); |
| 191 | } |
| 192 | |
Valentin Longchamp | 88b0564 | 2009-08-10 18:33:12 +0200 | [diff] [blame] | 193 | #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ |
| 194 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) |
| 195 | |
| 196 | #define OTG_EN_B IOMUX_TO_GPIO(MX31_PIN_USB_OC) |
| 197 | |
| 198 | static void moboard_usbotg_init(void) |
| 199 | { |
| 200 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA0, USB_PAD_CFG); |
| 201 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA1, USB_PAD_CFG); |
| 202 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA2, USB_PAD_CFG); |
| 203 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA3, USB_PAD_CFG); |
| 204 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA4, USB_PAD_CFG); |
| 205 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA5, USB_PAD_CFG); |
| 206 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA6, USB_PAD_CFG); |
| 207 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA7, USB_PAD_CFG); |
| 208 | mxc_iomux_set_pad(MX31_PIN_USBOTG_CLK, USB_PAD_CFG); |
| 209 | mxc_iomux_set_pad(MX31_PIN_USBOTG_DIR, USB_PAD_CFG); |
| 210 | mxc_iomux_set_pad(MX31_PIN_USBOTG_NXT, USB_PAD_CFG); |
| 211 | mxc_iomux_set_pad(MX31_PIN_USBOTG_STP, USB_PAD_CFG); |
| 212 | |
| 213 | gpio_request(OTG_EN_B, "usb-udc-en"); |
| 214 | gpio_direction_output(OTG_EN_B, 0); |
| 215 | } |
| 216 | |
| 217 | static struct fsl_usb2_platform_data usb_pdata = { |
| 218 | .operating_mode = FSL_USB2_DR_DEVICE, |
| 219 | .phy_mode = FSL_USB2_PHY_ULPI, |
| 220 | }; |
| 221 | |
Valentin Longchamp | 77aa561 | 2009-08-12 11:29:19 +0200 | [diff] [blame] | 222 | static struct gpio_led mx31moboard_leds[] = { |
| 223 | { |
| 224 | .name = "coreboard-led-0:red:running", |
| 225 | .default_trigger = "heartbeat", |
| 226 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0), |
| 227 | }, { |
| 228 | .name = "coreboard-led-1:red", |
| 229 | .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0), |
| 230 | }, { |
| 231 | .name = "coreboard-led-2:red", |
| 232 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SRX0), |
| 233 | }, { |
| 234 | .name = "coreboard-led-3:red", |
| 235 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SIMPD0), |
| 236 | }, |
| 237 | }; |
| 238 | |
| 239 | static struct gpio_led_platform_data mx31moboard_led_pdata = { |
| 240 | .num_leds = ARRAY_SIZE(mx31moboard_leds), |
| 241 | .leds = mx31moboard_leds, |
| 242 | }; |
| 243 | |
| 244 | static struct platform_device mx31moboard_leds_device = { |
| 245 | .name = "leds-gpio", |
| 246 | .id = -1, |
| 247 | .dev = { |
| 248 | .platform_data = &mx31moboard_led_pdata, |
| 249 | }, |
| 250 | }; |
| 251 | |
Valentin Longchamp | 8b1a540 | 2009-08-12 11:29:20 +0200 | [diff] [blame] | 252 | #define SEL0 IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) |
| 253 | #define SEL1 IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) |
| 254 | #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) |
| 255 | #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) |
| 256 | |
| 257 | static void mx31moboard_init_sel_gpios(void) |
| 258 | { |
| 259 | if (!gpio_request(SEL0, "sel0")) { |
| 260 | gpio_direction_input(SEL0); |
| 261 | gpio_export(SEL0, true); |
| 262 | } |
| 263 | |
| 264 | if (!gpio_request(SEL1, "sel1")) { |
| 265 | gpio_direction_input(SEL1); |
| 266 | gpio_export(SEL1, true); |
| 267 | } |
| 268 | |
| 269 | if (!gpio_request(SEL2, "sel2")) { |
| 270 | gpio_direction_input(SEL2); |
| 271 | gpio_export(SEL2, true); |
| 272 | } |
| 273 | |
| 274 | if (!gpio_request(SEL3, "sel3")) { |
| 275 | gpio_direction_input(SEL3); |
| 276 | gpio_export(SEL3, true); |
| 277 | } |
| 278 | } |
| 279 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 280 | static struct platform_device *devices[] __initdata = { |
| 281 | &mx31moboard_flash, |
Valentin Longchamp | 77aa561 | 2009-08-12 11:29:19 +0200 | [diff] [blame] | 282 | &mx31moboard_leds_device, |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 283 | }; |
| 284 | |
Valentin Longchamp | e00f0b4 | 2009-02-16 12:47:51 +0100 | [diff] [blame] | 285 | static int mx31moboard_baseboard; |
| 286 | core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444); |
| 287 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 288 | /* |
| 289 | * Board specific initialization. |
| 290 | */ |
| 291 | static void __init mxc_board_init(void) |
| 292 | { |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 293 | mxc_iomux_setup_multiple_pins(moboard_pins, ARRAY_SIZE(moboard_pins), |
| 294 | "moboard"); |
| 295 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 296 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
| 297 | |
Valentin Longchamp | 421bf82 | 2009-11-03 18:09:47 +0100 | [diff] [blame^] | 298 | mxc_register_device(&mxc_uart_device0, &uart0_pdata); |
| 299 | |
| 300 | mxc_register_device(&mxc_uart_device4, &uart4_pdata); |
Valentin Longchamp | e00f0b4 | 2009-02-16 12:47:51 +0100 | [diff] [blame] | 301 | |
Valentin Longchamp | 8b1a540 | 2009-08-12 11:29:20 +0200 | [diff] [blame] | 302 | mx31moboard_init_sel_gpios(); |
| 303 | |
Valentin Longchamp | 4ec6ecc | 2009-04-21 10:24:22 +0200 | [diff] [blame] | 304 | mxc_register_device(&mxc_i2c_device0, &moboard_i2c0_pdata); |
| 305 | mxc_register_device(&mxc_i2c_device1, &moboard_i2c1_pdata); |
| 306 | |
Valentin Longchamp | 45b131a | 2009-04-21 10:24:56 +0200 | [diff] [blame] | 307 | mxc_register_device(&mxcsdhc_device0, &sdhc1_pdata); |
| 308 | |
Valentin Longchamp | b23f153 | 2009-08-10 18:33:11 +0200 | [diff] [blame] | 309 | usb_xcvr_reset(); |
| 310 | |
Valentin Longchamp | 88b0564 | 2009-08-10 18:33:12 +0200 | [diff] [blame] | 311 | moboard_usbotg_init(); |
| 312 | mxc_register_device(&mxc_otg_udc_device, &usb_pdata); |
| 313 | |
Valentin Longchamp | e00f0b4 | 2009-02-16 12:47:51 +0100 | [diff] [blame] | 314 | switch (mx31moboard_baseboard) { |
| 315 | case MX31NOBOARD: |
| 316 | break; |
| 317 | case MX31DEVBOARD: |
| 318 | mx31moboard_devboard_init(); |
| 319 | break; |
| 320 | case MX31MARXBOT: |
| 321 | mx31moboard_marxbot_init(); |
| 322 | break; |
| 323 | default: |
Valentin Longchamp | 220bbce | 2009-04-17 15:20:25 +0200 | [diff] [blame] | 324 | printk(KERN_ERR "Illegal mx31moboard_baseboard type %d\n", |
| 325 | mx31moboard_baseboard); |
Valentin Longchamp | e00f0b4 | 2009-02-16 12:47:51 +0100 | [diff] [blame] | 326 | } |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 327 | } |
| 328 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 329 | static void __init mx31moboard_timer_init(void) |
| 330 | { |
Sascha Hauer | 30c730f | 2009-02-16 14:36:49 +0100 | [diff] [blame] | 331 | mx31_clocks_init(26000000); |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 332 | } |
| 333 | |
| 334 | struct sys_timer mx31moboard_timer = { |
| 335 | .init = mx31moboard_timer_init, |
| 336 | }; |
| 337 | |
| 338 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") |
| 339 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ |
| 340 | .phys_io = AIPS1_BASE_ADDR, |
| 341 | .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
| 342 | .boot_params = PHYS_OFFSET + 0x100, |
Sascha Hauer | cd4a05f | 2009-04-02 22:32:10 +0200 | [diff] [blame] | 343 | .map_io = mx31_map_io, |
Sascha Hauer | c5aa0ad | 2009-05-25 17:36:19 +0200 | [diff] [blame] | 344 | .init_irq = mx31_init_irq, |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 345 | .init_machine = mxc_board_init, |
| 346 | .timer = &mx31moboard_timer, |
| 347 | MACHINE_END |
| 348 | |