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:
Maureen Helm 2019-02-01 10:29:39 -06:00 committed by Anas Nashif
commit 7801221868
3 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@
sdram0: memory@80000000 {
/* ISSI IS42S16160J-6TLI */
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80000000 0x2000000>;
};