aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/boot/dts/dev88.dts
diff options
context:
space:
mode:
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";
+ };
+ };
+};