dts: x86: cleanup memory node

* Rename DT_SRAM_SIZE to DT_DRAM_SIZE since that is more correct
* Remove mmio-sram compatible since that is not correct for DRAM.
* Rename node label from sram0 to dram0

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-07-22 12:11:56 -05:00 committed by Carles Cufí
commit 17d5a47fdc
9 changed files with 18 additions and 21 deletions

View file

@ -4,7 +4,7 @@
#include <mem.h>
#define DT_SRAM_SIZE DT_SIZE_K(4096)
#define DT_DRAM_SIZE DT_SIZE_K(4096)
#define DT_FLASH_SIZE DT_SIZE_K(4096)
#include <ia32.dtsi>
@ -25,7 +25,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &dram0;
zephyr,flash = &flash0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;