dts: arm: nxp: rt: Create dedicated rt1060 dtsi

i.MX-RT1060 has 512KB additional on-chip RAM mapped at 0x20280000.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
Loic Poulain 2019-03-12 09:32:32 +01:00 committed by Kumar Gala
commit 99ae556fb6
2 changed files with 17 additions and 1 deletions

View file

@ -6,7 +6,7 @@
/dts-v1/;
#include <nxp/nxp_rt.dtsi>
#include <nxp/nxp_rt1060.dtsi>
/ {
model = "NXP MIMXRT1060-EVK board";

View file

@ -0,0 +1,16 @@
/*
* 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>;
};
};
};