summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/qemu-malta.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dts/qemu-malta.dts')
-rw-r--r--arch/mips/dts/qemu-malta.dts8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/mips/dts/qemu-malta.dts b/arch/mips/dts/qemu-malta.dts
index 5a392f97a7..32e473cac0 100644
--- a/arch/mips/dts/qemu-malta.dts
+++ b/arch/mips/dts/qemu-malta.dts
@@ -1,11 +1,12 @@
/dts-v1/;
-/include/ "skeleton.dtsi"
-
/ {
model = "qemu malta";
compatible = "qemu,malta";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
chosen {
environment {
compatible = "barebox,environment";
@@ -13,7 +14,8 @@
};
};
- memory {
+ memory@0 {
+ device_type = "memory";
reg = <0x00000000 0x10000000>;
};