summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-02-14 22:24:21 +0100
committerAndreas Färber <afaerber@suse.de>2017-06-19 00:33:22 +0200
commit06edb80f8c79f457983c9af93c1364fc1077c190 (patch)
tree3d9258b8976ea3bd17e29a6697376ea6e143202c /arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
parent1c750fc116e1fcb01a57a8dbabef4ab35ac71e05 (diff)
arm64: dts: Add Actions Semi S900 and Bubblegum-96
Add Device Trees for Actions Semiconductor S900 SoC and uCRobotics Bubblegum-96 board. UART0/1/4/6 interrupts are guesses. Cc: 96boards@ucrobotics.com Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/boot/dts/actions/s900-bubblegum-96.dts')
-rw-r--r--arch/arm64/boot/dts/actions/s900-bubblegum-96.dts35
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts b/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
new file mode 100644
index 000000000000..a0c3484dbd12
--- /dev/null
+++ b/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
@@ -0,0 +1,35 @@
+/*
+ * Copyright (c) 2017 Andreas Färber
+ *
+ * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+ */
+
+/dts-v1/;
+
+#include "s900.dtsi"
+
+/ {
+ compatible = "ucrobotics,bubblegum-96", "actions,s900";
+ model = "Bubblegum-96";
+
+ aliases {
+ serial5 = &uart5;
+ };
+
+ chosen {
+ stdout-path = "serial5:115200n8";
+ };
+
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x0 0x0 0x80000000>;
+ };
+};
+
+&timer {
+ clocks = <&hosc>;
+};
+
+&uart5 {
+ status = "okay";
+};