dts: Add binding for NXP i.MX RT itcm/dtcm memories

Add comptiable into the device tree and associated binding files for NXP
i.MX RT ITCM/DTCM memory regions.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-12-07 12:26:06 -06:00 committed by Maureen Helm
commit 4a038d7fce
3 changed files with 55 additions and 0 deletions

View file

@ -30,14 +30,17 @@
#size-cells = <1>;
itcm0: itcm@0 {
compatible = "nxp,imx-rt-itcm";
reg = <0x00000000 0x20000>;
};
dtcm0: dtcm@20000000 {
compatible = "nxp,imx-rt-dtcm";
reg = <0x20000000 0x20000>;
};
ocram0: ocram@20200000 {
compatible = "mmio-sram";
reg = <0x20200000 0x40000>;
};
};