On Fri, Apr 17, 2009 at 11:04 AM, Eddie Dawydiuk <[email protected]> wrote:
> Hello,
>
> I'm working on creating a dts file for a custom board based on the Yosemite
> AMCC 440EP evaluation board. We have an FPGA connected to the PCI bus, and
> I'm a bit unsure how to describe this in the dts file. The FPGA implements
> an SD card core, RTC core, Nand core... Can anyone point me to an example
> dts file I can refer to?

If it is attached to the PCI bus, then you don't need to describe it
in the .dts file.  PCI can reliably probe for devices.  Your driver
should know what devices are present based on the PCI vendor and
device IDs.

g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to