On 8 May 2013 09:28, Jean-Christophe DUBOIS wrote:
> For now we support:
> * timers (GPT and EPIT)
> * serial ports
> * ethernet (through the newly added FEC emulator)
> * I2C (through the newly added I2C emulator)
> +/* add I2C 0 */
> +i2c_dev = sysbus_create_simple("imx.
For now we support:
* timers (GPT and EPIT)
* serial ports
* ethernet (through the newly added FEC emulator)
* I2C (through the newly added I2C emulator)
Signed-off-by: Jean-Christophe DUBOIS
---
Changes since v1:
* Added a ds1338 I2C device for qtest purpose.
Changes since