1/*
2 * Copyright (c) 2020 Intel Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Note: this is the unit-address (in hex) of the node */
8#define DT_DRAM_BASE            100000
9#define DT_DRAM_SIZE            DT_SIZE_K(256)
10#include "qemu_x86.dts"
11