dts: Add missing compatible "mmio-sram"

Not all sram nodes had a compatible, so add one to those that are
missing.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-07-20 08:21:12 -05:00 committed by Kumar Gala
commit ddf3934d83
14 changed files with 14 additions and 0 deletions

View file

@ -24,6 +24,7 @@
};
sram0: memory {
compatible = "mmio-sram";
reg = <0x20000000 DT_SRAM_SIZE>;
};