aboutsummaryrefslogtreecommitdiff
path: root/src/mips/mti/malta.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/mips/mti/malta.dts')
-rw-r--r--src/mips/mti/malta.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mips/mti/malta.dts b/src/mips/mti/malta.dts
new file mode 100644
index 000000000000..b18c46637d21
--- /dev/null
+++ b/src/mips/mti/malta.dts
@@ -0,0 +1,11 @@
+/dts-v1/;
+
+/memreserve/ 0x00000000 0x00001000; /* YAMON exception vectors */
+/memreserve/ 0x00001000 0x000ef000; /* YAMON */
+/memreserve/ 0x000f0000 0x00010000; /* PIIX4 ISA memory */
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "mti,malta";
+};