From c43100337514f98c0eeb202980b42b558d303b3e Mon Sep 17 00:00:00 2001 From: Nathan Lee Date: Tue, 28 Jul 2026 23:25:06 -0500 Subject: rework memory system to use actual Sv32 paging --- wrv32em-common.dts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'wrv32em-common.dts') diff --git a/wrv32em-common.dts b/wrv32em-common.dts index e7c1181..7ba1946 100644 --- a/wrv32em-common.dts +++ b/wrv32em-common.dts @@ -4,10 +4,10 @@ #address-cells = <1>; #size-cells = <1>; - memory@70000000 { + memory@80000000 { device_type = "memory"; status = "okay"; - reg = <0x70000000 + reg = <0x80000000 0x04000000>; }; gpu@60000000 { @@ -15,11 +15,12 @@ device_type = "gpu"; status = "disabled"; reg = <0x60000000 0x04000000>; - } + }; uart@60000000 { compatible = "unix,soc-tty"; device_type = "gpu"; status = "okay"; reg = <0x60000000 0x04000000>; - } + }; + }; -- cgit v1.2.3