1/* 2 * Copyright (c) 2021 Intel Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* there is a memory hole from address 0x10000000-0x12150fff 8 * in the ram on up_squared, we don't have access to read/write 9 * this range, so limit the memory range below 0x10000000. 10 */ 11&dram0 { 12 reg = <0x0 0x10000000>; 13}; 14