summaryrefslogtreecommitdiffstats
path: root/arch/cris/boot/dts/dev88.dts
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-01-19 22:26:06 +0100
committerJesper Nilsson <jespern@axis.com>2015-03-25 09:50:46 +0100
commitc8e840d8578a68a77cfd29f8cd68fb210855ce87 (patch)
tree2555f34a549caf3ffa7b450563013a39f5b73316 /arch/cris/boot/dts/dev88.dts
parentCRISv32: add device tree support (diff)
downloadlinux-c8e840d8578a68a77cfd29f8cd68fb210855ce87.tar.xz
linux-c8e840d8578a68a77cfd29f8cd68fb210855ce87.zip
CRIS: add Axis 88 board device tree
Add a minimal device tree for the ETRAX FS SoC and the Axis 88 developer board. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/boot/dts/dev88.dts')
-rw-r--r--arch/cris/boot/dts/dev88.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/cris/boot/dts/dev88.dts b/arch/cris/boot/dts/dev88.dts
new file mode 100644
index 000000000000..4fa5a3f9d0ec
--- /dev/null
+++ b/arch/cris/boot/dts/dev88.dts
@@ -0,0 +1,18 @@
+/dts-v1/;
+
+/include/ "etraxfs.dtsi"
+
+/ {
+ model = "Axis 88 Developer Board";
+ compatible = "axis,dev88";
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ soc {
+ uart0: serial@b00260000 {
+ status = "okay";
+ };
+ };
+};