14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
/ {
|
||
|
sram0: memory@be000000 {
|
||
|
device_type = "memory";
|
||
|
compatible = "mmio-sram";
|
||
|
reg = <0xbe000000 0x30000>;
|
||
|
};
|
||
|
};
|
||
|
|