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:
parent
70f95a25f5
commit
99ae556fb6
2 changed files with 17 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <nxp/nxp_rt.dtsi>
|
||||
#include <nxp/nxp_rt1060.dtsi>
|
||||
|
||||
/ {
|
||||
model = "NXP MIMXRT1060-EVK board";
|
||||
|
|
16
dts/arm/nxp/nxp_rt1060.dtsi
Normal file
16
dts/arm/nxp/nxp_rt1060.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue