pci@8500 { // sds-am : controller card config only bus-range = <0 0>; ranges = <02000000 0 90000000 90000000 0 10000000 42000000 0 80000000 80000000 0 10000000 01000000 0 00000000 e2000000 0 00100000>; clock-frequency = <3f940aa>; #interrupt-cells = <1>; #size-cells = <2>; #address-cells = <3>; reg = <8500 100>; compatible = "fsl,mpc8349-pci"; device_type = "pci"; interrupt-parent = < &ipic >; interrupts = <42 8>; interrupt-map-mask = <0F800 0 0 7>; interrupt-map = < // ** For reference ** // INTA = IRQ1 = 0x11 // INTB = IRQ2 = 0x12 // INTC = IRQ0 = 0x30 // INTD = IRQ4 = 0x14 // BUS 0 IDSEL 0x18 (IDSEL = AD24) 0c000 0 0 1 &ipic 11 8 // PCI_INTA 0c000 0 0 2 &ipic 12 8 // PCI_INTB slot 13 i guess 0c000 0 0 3 &ipic 30 8 // PCI_INTC slot 14 i guess 0c000 0 0 4 &ipic 14 8 // PCI_INTD slot 15 i guess >; };