Commit 8a568857 authored by Mateusz Hołenko's avatar Mateusz Hołenko Committed by Maureen Helm
Browse files

dts: riscv32: qemu_riscv32: add flash



Add flash to the QEMU RISC-V 32 device tree.

Signed-off-by: default avatarMateusz Holenko <mholenko@antmicro.com>
parent 855153a3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
		zephyr,console = &uart0;
		zephyr,shell-uart = &uart0;
		zephyr,sram = &dtim;
		zephyr,flash = &flash0;
	};

};
@@ -32,5 +33,14 @@

&spi0 {
	status = "ok";

	#address-cells = <1>;
	#size-cells = <0>;
	reg = <0x10014000 0x1000 0x20400000 0xc00000>;
	flash0: flash@0 {
		compatible = "issi,is25lp128", "jedec,spi-nor";
		jedec-id = <0x96 0x60 0x18>;
		reg = <0>;
	};
};