Commit 4e2ef1f5 authored by Ioannis Karachalios's avatar Ioannis Karachalios Committed by Anas Nashif
Browse files

dts: renesas: smartbond: Add support for the memory driver class.



Update DTS and board configurations to support memory controller (QSPIC2).

Signed-off-by: default avatarIoannis Karachalios <ioannis.karachalios.px@renesas.com>
parent e1772409
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,4 +21,5 @@ supported:
  - dma
  - mipi_dbi
  - display
  - memc
vendor: renesas
+13 −0
Original line number Diff line number Diff line
@@ -151,6 +151,13 @@
			compatible = "mmio-sram";
		};

		psram: memory@32000000 {
			compatible = "zephyr,memory-region";
			device_type = "memory";
			reg = <0x32000000 DT_SIZE_K(32768)>;
			zephyr,memory-region = "PSRAM";
		};

		qspif: memory@16000000 {
			compatible = "zephyr,memory-region";
			reg = <0x16000000 DT_SIZE_K(32768)>;
@@ -380,6 +387,12 @@
			block-count = <1>;
			#dma-cells = <0>;
		};

		memc: qspic2@34000000 {
			compatible = "renesas,smartbond-nor-psram";
			reg = <0x34000000 0x48>;
			status = "disabled";
		};
	};
};