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 @@
1/dts-v1/;
2
3/include/ "etraxfs.dtsi"
4
5/ {
6 model = "Axis 88 Developer Board";
7 compatible = "axis,dev88";
8
9 aliases {
10 serial0 = &uart0;
11 };
12
13 soc {
14 uart0: serial@b00260000 {
15 status = "okay";
16 };
17 };
18};