LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Feng Kan <fkan@apm.com>
Cc: patches@apm.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: add APM Merlin Board device tree
Date: Tue, 10 Mar 2015 21:17:29 +0100 [thread overview]
Message-ID: <2602208.VnWlmB6etW@wuerfel> (raw)
In-Reply-To: <1426007454-11848-1-git-send-email-fkan@apm.com>
On Tuesday 10 March 2015 10:10:54 Feng Kan wrote:
> +
> + soc {
> + compatible = "simple-bus";
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> +
> + serial0: serial@10600000 {
> + device_type = "serial";
> + compatible = "ns16550";
> + reg = <0 0x10600000 0x0 0x1000>;
> + reg-shift = <2>;
> + clock-frequency = <10000000>;
> + interrupt-parent = <&gic>;
> + interrupts = <0x0 0x4c 0x4>;
> + };
> +
> + sata1: sata@1a000000 {
> + compatible = "apm,xgene-ahci";
> + reg = <0x0 0x1a000000 0x0 0x1000>,
> + <0x0 0x1f200000 0x0 0x1000>,
> + <0x0 0x1f20d000 0x0 0x1000>,
> + <0x0 0x1f20e000 0x0 0x1000>;
> + interrupts = <0x0 0x5a 0x4>;
> + dma-coherent;
> + };
> +
> + sata2: sata@1a200000 {
> + compatible = "apm,xgene-ahci";
> + reg = <0x0 0x1a200000 0x0 0x1000>,
> + <0x0 0x1f210000 0x0 0x1000>,
> + <0x0 0x1f21d000 0x0 0x1000>,
> + <0x0 0x1f21e000 0x0 0x1000>;
> + interrupts = <0x0 0x5b 0x4>;
> + dma-coherent;
> + };
> +
> + sata3: sata@1a400000 {
> + compatible = "apm,xgene-ahci";
> + reg = <0x0 0x1a400000 0x0 0x1000>,
> + <0x0 0x1f220000 0x0 0x1000>,
> + <0x0 0x1f22d000 0x0 0x1000>,
> + <0x0 0x1f22e000 0x0 0x1000>;
> + interrupts = <0x0 0x5c 0x4>;
> + dma-coherent;
> + };
> + };
>
No dma-ranges here? Are the sata ports all 32-bit only?
Arnd
prev parent reply other threads:[~2015-03-10 20:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 17:10 Feng Kan
2015-03-10 17:20 ` Mark Rutland
2015-03-10 17:23 ` Feng Kan
2015-03-10 20:17 ` Arnd Bergmann [this message]
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=2602208.VnWlmB6etW@wuerfel \
--to=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=fkan@apm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@apm.com \
--subject='Re: [PATCH] arm64: dts: add APM Merlin Board device tree' \
/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
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).