zephyr/boards/x86/qemu_x86/qemu_x86_tiny_768.overlay

11 lines
169 B
Plaintext

/*
* Copyright (c) 2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Override with 768KB DRAM */
&dram0 {
reg = < 0x100000 DT_SIZE_K(768) >;
};