summaryrefslogtreecommitdiff
path: root/wrv32em-common.dts
diff options
context:
space:
mode:
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>;
- }
+ };
+
};