Lines Matching +full:designware +full:- +full:i2c
1 NXP i.MX 8M Plus Evaluation Kit (``imx8mp-evk``)
4 The ``imx8mp-evk`` machine models the i.MX 8M Plus Evaluation Kit, based on an
8 -----------------
10 The ``imx8mp-evk`` machine implements the following devices:
12 * Up to 4 Cortex-A53 cores
16 * 1 Designware PCI Express Controller
18 * 2 Designware USB 3 Controllers
20 * 6 I2C Controllers
24 * Secure Non-Volatile Storage (SNVS) including an RTC
28 ------------
30 The ``imx8mp-evk`` machine can start a Linux kernel directly using the standard
31 ``-kernel`` functionality.
41 .. code-block:: bash
49 .. code-block:: bash
51 $ qemu-img resize sdcard.img 256M
55 .. code-block:: bash
57 $ qemu-system-aarch64 -M imx8mp-evk -smp 4 -m 3G \
58 -display none -serial null -serial stdio \
59 -kernel Image \
60 -dtb imx8mp-evk.dtb \
61 -append "root=/dev/mmcblk2p2" \
62 -drive file=sdcard.img,if=sd,bus=2,format=raw,id=mmcblk2