summaryrefslogtreecommitdiff
path: root/wrv32em-common.dts
diff options
context:
space:
mode:
authorNathan Lee <me@nwlee.tech>2026-07-28 23:25:06 -0500
committerNathan Lee <me@nwlee.tech>2026-07-28 23:25:06 -0500
commitc43100337514f98c0eeb202980b42b558d303b3e (patch)
tree965e47ebb3fd14aee55250d06381ed9b43ff4b9c /wrv32em-common.dts
parent7b5e07c788bbb1dde8ea4df6643d0868e9ada785 (diff)
rework memory system to use actual Sv32 paging
Diffstat (limited to 'wrv32em-common.dts')
-rw-r--r--wrv32em-common.dts9
1 files changed, 5 insertions, 4 deletions
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>;
- }
+ };
+
};