2 * QEMU PowerNV PNOR simple model
4 * Copyright (c) 2019, IBM Corporation.
6 * This code is licensed under the GPL version 2 or later. See the
7 * COPYING file in the top-level directory.
10 #ifndef PPC_PNV_PNOR_H
11 #define PPC_PNV_PNOR_H
13 #include "hw/sysbus.h"
16 * PNOR offset on the LPC FW address space
18 #define PNOR_SPI_OFFSET 0x0c000000UL
20 #define TYPE_PNV_PNOR "pnv-pnor"
21 OBJECT_DECLARE_SIMPLE_TYPE(PnvPnor
, PNV_PNOR
)
24 SysBusDevice parent_obj
;
33 #endif /* PPC_PNV_PNOR_H */