Commit 416c6240 authored by Mateusz Hołenko's avatar Mateusz Hołenko Committed by Maureen Helm
Browse files

dts: m2gl025_miv: configure flash and sram



Choose sram0 as sram and flash0 as flash in m2gl025_miv device tree.

Signed-off-by: default avatarMateusz Holenko <mholenko@antmicro.com>
parent 8a568857
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
	chosen {
		zephyr,console = &uart0;
		zephyr,shell-uart = &uart0;
		zephyr,flash = &flash0;
		zephyr,sram = &sram0;
	};
};