summary refs log tree commit diff
path: root/arch/xtensa/boot
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-10-06 22:36:48 +0400
committerMax Filippov <jcmvbkbc@gmail.com>2014-10-21 13:28:43 +0400
commit3ce2ce1c0d79477c8e093e675f38451105798def (patch)
tree39a563347d0814134aa72fc7887b034190578468 /arch/xtensa/boot
parent8c0b1ce28d680ea24fc3e4aaa49a0c0eef2d8909 (diff)
downloadlinux-3ce2ce1c0d79477c8e093e675f38451105798def.tar.gz
xtensa: xtfpga: add lx200 SMP DTS and defconfig
This config allows running SMP-enabled bitstream on LX200 board.
NFS or FLASH rootfs, minimal debug, up to 4 cores.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/boot')
-rw-r--r--arch/xtensa/boot/dts/lx200mx.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/xtensa/boot/dts/lx200mx.dts b/arch/xtensa/boot/dts/lx200mx.dts
new file mode 100644
index 000000000000..249822b99bd6
--- /dev/null
+++ b/arch/xtensa/boot/dts/lx200mx.dts
@@ -0,0 +1,16 @@
+/dts-v1/;
+/include/ "xtfpga.dtsi"
+/include/ "xtfpga-flash-16m.dtsi"
+
+/ {
+	compatible = "cdns,xtensa-lx200";
+	memory@0 {
+		device_type = "memory";
+		reg = <0x00000000 0x06000000>;
+	};
+	pic: pic {
+		compatible = "cdns,xtensa-mx";
+		#interrupt-cells = <2>;
+		interrupt-controller;
+	};
+};