From: "Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: "Thomas Liau"
<thomas.liau-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
"Jeff Chen" <jeff.chen-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
张东风 <zhangdf-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
刘炜 <liuwei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
张天益 <tyzhang-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
梅利 <harrymei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
"Ioan B" <ioan-HmMszb9TTf4@public.gmane.org>,
"Sudeep Kumar"
<sudeepkumar-/0wLYENt7sWikuSvNLsyVV6hYfS7NtTn@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>,
"Rob Herring" <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
"Russell King" <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 3/3] arm: dts: owl-s500: Add Sparky
Date: Tue, 14 Nov 2017 19:01:14 +0100 [thread overview]
Message-ID: <20171114180114.26408-4-afaerber@suse.de> (raw)
In-Reply-To: <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org>
Add a Device Tree for the Allo.com Sparky SBC.
Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>
---
arch/arm/boot/dts/Makefile | 3 ++-
arch/arm/boot/dts/owl-s500-sparky.dts | 44 +++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index d0381e9caf21..ad77f7656a70 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -707,7 +707,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \
orion5x-rd88f5182-nas.dtb
dtb-$(CONFIG_ARCH_ACTIONS) += \
owl-s500-cubieboard6.dtb \
- owl-s500-guitar-bb-rev-b.dtb
+ owl-s500-guitar-bb-rev-b.dtb \
+ owl-s500-sparky.dtb
dtb-$(CONFIG_ARCH_PRIMA2) += \
prima2-evb.dtb
dtb-$(CONFIG_ARCH_OXNAS) += \
diff --git a/arch/arm/boot/dts/owl-s500-sparky.dts b/arch/arm/boot/dts/owl-s500-sparky.dts
new file mode 100644
index 000000000000..f620548c6c0b
--- /dev/null
+++ b/arch/arm/boot/dts/owl-s500-sparky.dts
@@ -0,0 +1,44 @@
+/*
+ * Allo.com Sparky
+ *
+ * Copyright (c) 2017 Andreas Färber
+ *
+ * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+ */
+
+/dts-v1/;
+
+#include "owl-s500.dtsi"
+
+/ {
+ compatible = "allo,sparky", "actions,s500";
+ model = "Allo.com Sparky";
+
+ aliases {
+ serial3 = &uart3;
+ };
+
+ chosen {
+ stdout-path = "serial3:115200n8";
+ };
+
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x40000000>; /* 1 or 2 GiB */
+ };
+
+ uart3_clk: uart3-clk {
+ compatible = "fixed-clock";
+ clock-frequency = <921600>;
+ #clock-cells = <0>;
+ };
+};
+
+&timer {
+ clocks = <&hosc>;
+};
+
+&uart3 {
+ status = "okay";
+ clocks = <&uart3_clk>;
+};
--
2.13.6
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-11-14 18:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-14 18:01 [PATCH 0/3] arm: owl: Add initial Allo Sparky support Andreas Färber
[not found] ` <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org>
2017-11-14 18:01 ` [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com Andreas Färber
[not found] ` <20171114180114.26408-2-afaerber-l3A5Bk7waGM@public.gmane.org>
2017-11-16 4:38 ` Rob Herring
2017-11-24 4:01 ` sudeep kumar
2017-11-27 22:51 ` Andreas Färber
2017-11-14 18:01 ` [PATCH 2/3] dt-bindings: arm: actions: Add Sparky Andreas Färber
[not found] ` <20171114180114.26408-3-afaerber-l3A5Bk7waGM@public.gmane.org>
2017-11-16 4:40 ` Rob Herring
2017-11-24 4:00 ` sudeep kumar
2017-11-14 18:01 ` Andreas Färber [this message]
2017-11-20 9:02 ` [PATCH 3/3] arm: dts: owl-s500: " sudeep kumar
2017-11-23 16:17 ` Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171114180114.26408-4-afaerber@suse.de \
--to=afaerber-l3a5bk7wagm@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=harrymei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org \
--cc=ioan-HmMszb9TTf4@public.gmane.org \
--cc=jeff.chen-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org \
--cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=liuwei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sudeepkumar-/0wLYENt7sWikuSvNLsyVV6hYfS7NtTn@public.gmane.org \
--cc=thomas.liau-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org \
--cc=tyzhang-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org \
--cc=zhangdf-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).