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:
parent
7734627215
commit
4a038d7fce
3 changed files with 55 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue