summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/boot/dts/ml605.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/boot/dts/ml605.dts')
-rw-r--r--arch/xtensa/boot/dts/ml605.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/xtensa/boot/dts/ml605.dts b/arch/xtensa/boot/dts/ml605.dts
new file mode 100644
index 000000000..08e5c8d47
--- /dev/null
+++ b/arch/xtensa/boot/dts/ml605.dts
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0
+/dts-v1/;
+/include/ "xtfpga.dtsi"
+/include/ "xtfpga-flash-16m.dtsi"
+
+/ {
+ compatible = "cdns,xtensa-ml605";
+ memory@0 {
+ device_type = "memory";
+ reg = <0x00000000 0x08000000>;
+ };
+};