boards: Add missing sdram dts compatible to mimxrt10{20,60,64} boards
The sdram memory node was missing a dts compatible on several imx rt boards. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
659c892b29
commit
7801221868
3 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
sdram0: memory@80000000 {
|
||||
/* ISSI IS42S16160J-6TLI */
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x80000000 0x2000000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue