2 * Nordic Semiconductor nRF51 SoC
4 * Copyright 2018 Joel Stanley <joel@jms.id.au>
6 * This code is licensed under the GPL version 2 or later. See
7 * the COPYING file in the top-level directory.
13 #include "hw/sysbus.h"
14 #include "hw/arm/armv7m.h"
16 #define TYPE_NRF51_SOC "nrf51-soc"
17 #define NRF51_SOC(obj) \
18 OBJECT_CHECK(NRF51State, (obj), TYPE_NRF51_SOC)
20 typedef struct NRF51State
{
22 SysBusDevice parent_obj
;
34 MemoryRegion
*board_memory
;
36 MemoryRegion container
;