Lines Matching +full:sun8i +full:- +full:h3 +full:- +full:emac
2 * Allwinner H3 System on Chip emulation
21 * The Allwinner H3 is a System on Chip containing four ARM Cortex-A7
28 * https://linux-sunxi.org/File:Allwinner_H3_Datasheet_V1.2.pdf
32 * https://linux-sunxi.org/H3
39 #include "hw/timer/allwinner-a10-pit.h"
41 #include "hw/misc/allwinner-h3-ccu.h"
42 #include "hw/misc/allwinner-cpucfg.h"
43 #include "hw/misc/allwinner-h3-dramc.h"
44 #include "hw/misc/allwinner-h3-sysctrl.h"
45 #include "hw/misc/allwinner-sid.h"
46 #include "hw/sd/allwinner-sdhost.h"
47 #include "hw/net/allwinner-sun8i-emac.h"
48 #include "hw/rtc/allwinner-rtc.h"
49 #include "hw/i2c/allwinner-i2c.h"
50 #include "hw/watchdog/allwinner-wdt.h"
52 #include "sysemu/block-backend.h"
55 * Allwinner H3 device list
58 * Allwinner H3 SoC. For example, the physical memory base address for
103 /** Total number of CPU cores in the H3 SoC */
107 * Allwinner H3 object model
111 /** Object type for the Allwinner H3 SoC */
112 #define TYPE_AW_H3 "allwinner-h3"
114 /** Convert input object to Allwinner H3 state object */
120 * Allwinner H3 object
123 * which are currently emulated by the H3 SoC code.
143 AwSun8iEmacState emac; member
155 * A real Allwinner H3 SoC contains a Boot ROM
167 * @s: Allwinner H3 state object pointer