blob: 61f0d436c982023707a93a4873f8b1c15f57628d [file] [log] [blame]
Rajavardhan Gundi40c28e32018-12-09 13:32:01 +05301/*
2 * Copyright (c) 2018 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6/ {
7 sram0: memory@be000000 {
8 device_type = "memory";
9 compatible = "mmio-sram";
10 reg = <0xbe000000 0x30000>;
11 };
12};
13