From: Murali Karicheri <m-karicheri2-l0cyMroinI0@public.gmane.org>
To: Prabhakar Lad <prabhakar.csengg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: device-tree <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>
Subject: Re: PCIE device tree bindings - Could you help me to understand?
Date: Thu, 7 Mar 2013 10:01:39 -0500 [thread overview]
Message-ID: <5138ABD3.2070003@ti.com> (raw)
In-Reply-To: <CA+V-a8vY_qfh0-4yyFW4JgWanjycPcbc1LzgL2HhQVEzwxOHMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On 3/7/2013 4:34 AM, Prabhakar Lad wrote:
> Hi Murali,
>
> On Wed, Mar 6, 2013 at 11:37 PM, Murali Karicheri <m-karicheri2-l0cyMroinI0@public.gmane.org> wrote:
>> Hello All,
>>
>> I am working to develop a PCIE driver that requires DT bindings. Could
>> someone point me to a documentation or code or explain how to interpret the
>> following device tree bindings. I understand the reg property only. There is
>> outbound PCIE memory and inbound PCIE memory. But can't understand the below
>> bindings for the same. Also how the interrupt mapping works? Below dts
> Refer the following links [1] [2] it gives the good explanation for
> your above query.
>
> [1] http://devicetree.org/Device_Tree_Usage#PCI_Host_Bridge
> [2] http://devicetree.org/MPC5200:PCI
>
> Regards,
> --Prabhakar Lad
Prabhakar,
Thanks. I will take a look. Do you know if there is example PCI/PCIE
host controller driver running on ARM that I can refer to?
Murali
>> bindings is copied from powerpc/boot/dts/ep405.dts. Surprisingly I am not
>> seeing any example pcie bindings on ARM architecture even though there PCI
>> or PCIE drivers available on ARM. Your help is appreciated.
>>
>> PCI0: pci@ec000000 {
>> device_type = "pci";
>> #interrupt-cells = <1>;
>> #size-cells = <2>;
>> #address-cells = <3>;
>> compatible = "ibm,plb405gp-pci", "ibm,plb-pci";
>> primary;
>> reg = <0xeec00000 0x00000008 /* Config space
>> access */
>> 0xeed80000 0x00000004 /* IACK */
>> 0xeed80000 0x00000004 /* Special cycle */
>> 0xef480000 0x00000040>; /* Internal
>> registers */
>>
>> /* Outbound ranges, one memory and one IO,
>> * later cannot be changed. Chip supports a second
>> * IO range but we don't use it for now
>> */
>> ranges = <0x02000000 0x00000000 0x80000000
>> 0x80000000 0x00000000 0x20000000
>> 0x01000000 0x00000000 0x00000000
>> 0xe8000000 0x00000000 0x00010000>;
>>
>> /* Inbound 2GB range starting at 0 */
>> dma-ranges = <0x42000000 0x0 0x0 0x0 0x0
>> 0x80000000>;
>>
>> /* That's all I know about IRQs on that thing ... */
>> interrupt-map-mask = <0xf800 0x0 0x0 0x0>;
>> interrupt-map = <
>> /* USB */
>> 0x7000 0x0 0x0 0x0 &UIC0 0x1e 0x8 /* IRQ5 */
>> >;
>> };
>>
>>
>> _______________________________________________
>> devicetree-discuss mailing list
>> devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
>> https://lists.ozlabs.org/listinfo/devicetree-discuss
prev parent reply other threads:[~2013-03-07 15:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 18:07 PCIE device tree bindings - Could you help me to understand? Murali Karicheri
[not found] ` <513785EF.7000508-l0cyMroinI0@public.gmane.org>
2013-03-07 9:34 ` Prabhakar Lad
[not found] ` <CA+V-a8vY_qfh0-4yyFW4JgWanjycPcbc1LzgL2HhQVEzwxOHMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-03-07 15:01 ` Murali Karicheri [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=5138ABD3.2070003@ti.com \
--to=m-karicheri2-l0cymroini0@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=prabhakar.csengg-Re5JQEeQqe8AvxtiuMwx3w@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.