i.MX: Add SOC support for i.MX31
[qemu/cris-port.git] / include / hw / arm / imx.h
blobb1885603c39237ab22d53c7e2d273f7bea7261e0
1 /*
2 * i.MX31 emulation
4 * Copyright (C) 2012 Peter Chubb
5 * NICTA
7 * This code is released under the GPL, version 2.0 or later
8 * See the file `../COPYING' for details.
9 */
11 #ifndef IMX_H
12 #define IMX_H
14 #include "hw/misc/imx_ccm.h"
16 void imx_serial_create(int uart, const hwaddr addr, qemu_irq irq);
18 void imx_timerp_create(const hwaddr addr,
19 qemu_irq irq,
20 DeviceState *ccm);
21 void imx_timerg_create(const hwaddr addr,
22 qemu_irq irq,
23 DeviceState *ccm);
26 #endif /* IMX_H */