linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* device tree interrupt-map/interrupt-map-mask properties for a 405EP board
@ 2008-09-17 20:59 Matthias Fuchs
  0 siblings, 0 replies; only message in thread
From: Matthias Fuchs @ 2008-09-17 20:59 UTC (permalink / raw)
  To: linuxppc-dev

Hi,

I am trying to setup a device tree for a 405EP based board.
I did not fully understand how to setup the interrupt-map-mask and 
interrupt-map properties for the PCI node:

		...
		PCI0: pci@ec000000 {
			...
			interrupt-map-mask = <0x???? 0x0 0x0 0x0>;
			interrupt-map = <
				/* slot1: IDSEL AD12 - ext. Irq 4 */
				0x???? 0x0 0x0 0x0 &UIC0 29 0x8

				/* slot2: IDSEL AD13 - ext. Irq 5  */
				0x???? 0x0 0x0 0x0 &UIC0 30 0x8

				/* slot3: IDSEL AD14 - ext. Irq 6  */
				0x???? 0x0 0x0 0x0 &UIC0 31 0x8
			>;
		};

I have three PCI slots on the board. How do I have to fill out the ???? fields 
above? ADxx <-> IDSEL connection can be taken from the comments. Each slot 
has its  interrupt lines INTA..D connected to a single 405 external interrupt 
input.

Where can I find any docs about this?

Matthias

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-17 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 20:59 device tree interrupt-map/interrupt-map-mask properties for a 405EP board Matthias Fuchs

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).