zephyr/dts/arm/nxp/nxp_rt1020.dtsi
Kumar Gala 1688d4b071 dts: arm: nxp: nxp_rt: rename nodelabels to match SoC docs
Have nodelabels match the SoC docs so when a nodelabel reference is
made in the code its easier to relate to the SoC.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-20 11:08:46 -05:00

29 lines
367 B
Plaintext

/*
* Copyright (c) 2019, Linaro
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <nxp/nxp_rt.dtsi>
&sysclk {
clock-frequency = <500000000>;
};
/* i.MX rt1020 default FlexRAM partition:
* ITCM: 64KB
* DTCM: 64KB
* OCRAM: 128KB
*/
&itcm {
reg = <0x00000000 0x10000>;
};
&dtcm {
reg = <0x20000000 0x10000>;
};
&ocram {
reg = <0x20200000 0x20000>;
};