dts: nxp: s32ze: add devicetree node for code RAM
Add devicetree node for code RAM, code RAM can be accessed over AIXM bus or AXIF bus. Code access via AXIF interface provides the best optimal performance Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
This commit is contained in:
parent
2b2b41d775
commit
56cd16efbd
9 changed files with 23 additions and 11 deletions
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sram0 {
|
||||
&dram0 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x31780000 DT_SIZE_K(960)>;
|
||||
};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sram1 {
|
||||
&dram1 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x35780000 DT_SIZE_K(960)>;
|
||||
};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sram0 {
|
||||
&dram0 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x31780000 DT_SIZE_K(960)>;
|
||||
};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sram1 {
|
||||
&dram1 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x35780000 DT_SIZE_K(960)>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue