summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/actions/s900-bubblegum-96.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm64/actions/s900-bubblegum-96.dts')
-rw-r--r--dts/src/arm64/actions/s900-bubblegum-96.dts35
1 files changed, 35 insertions, 0 deletions
diff --git a/dts/src/arm64/actions/s900-bubblegum-96.dts b/dts/src/arm64/actions/s900-bubblegum-96.dts
new file mode 100644
index 0000000000..a0c3484dbd
--- /dev/null
+++ b/dts/src/arm64/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";
+};