Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
57c150af0cc5350f1f83365377f6674745cbb3ab
/
.
/
boards
/
x86
/
qemu_x86
/
qemu_x86_tiny_768.overlay
blob: bb92000cb41bbc2c3c0833bd3db5f655c3adb6bf [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Override with 768KB DRAM */
&
dram0
{
reg
=
<
0x100000
DT_SIZE_K
(
768
)
>;
};