17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2019, Linaro
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <nxp/nxp_rt.dtsi>
|
||
|
|
||
|
/ {
|
||
|
soc {
|
||
|
ocram1: ocram@20280000 {
|
||
|
compatible = "mmio-sram";
|
||
|
reg = <0x20280000 0x80000>;
|
||
|
};
|
||
|
};
|
||
|
};
|