Rajavardhan Gundi | 40c28e3 | 2018-12-09 13:32:01 +0530 | [diff] [blame] | 1 | /* |
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 |