162306a36Sopenharmony_ci* Freescale 83xx and 512x PCI bridges
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciFreescale 83xx and 512x SOCs include the same PCI bridge core.
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci83xx/512x specific notes:
662306a36Sopenharmony_ci- reg: should contain two address length tuples
762306a36Sopenharmony_ci    The first is for the internal PCI bridge registers
862306a36Sopenharmony_ci    The second is for the PCI config space access registers
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciExample (MPC8313ERDB)
1162306a36Sopenharmony_ci	pci0: pci@e0008500 {
1262306a36Sopenharmony_ci		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
1362306a36Sopenharmony_ci		interrupt-map = <
1462306a36Sopenharmony_ci				/* IDSEL 0x0E -mini PCI */
1562306a36Sopenharmony_ci				 0x7000 0x0 0x0 0x1 &ipic 18 0x8
1662306a36Sopenharmony_ci				 0x7000 0x0 0x0 0x2 &ipic 18 0x8
1762306a36Sopenharmony_ci				 0x7000 0x0 0x0 0x3 &ipic 18 0x8
1862306a36Sopenharmony_ci				 0x7000 0x0 0x0 0x4 &ipic 18 0x8
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci				/* IDSEL 0x0F - PCI slot */
2162306a36Sopenharmony_ci				 0x7800 0x0 0x0 0x1 &ipic 17 0x8
2262306a36Sopenharmony_ci				 0x7800 0x0 0x0 0x2 &ipic 18 0x8
2362306a36Sopenharmony_ci				 0x7800 0x0 0x0 0x3 &ipic 17 0x8
2462306a36Sopenharmony_ci				 0x7800 0x0 0x0 0x4 &ipic 18 0x8>;
2562306a36Sopenharmony_ci		interrupt-parent = <&ipic>;
2662306a36Sopenharmony_ci		interrupts = <66 0x8>;
2762306a36Sopenharmony_ci		bus-range = <0x0 0x0>;
2862306a36Sopenharmony_ci		ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
2962306a36Sopenharmony_ci			  0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
3062306a36Sopenharmony_ci			  0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
3162306a36Sopenharmony_ci		clock-frequency = <66666666>;
3262306a36Sopenharmony_ci		#interrupt-cells = <1>;
3362306a36Sopenharmony_ci		#size-cells = <2>;
3462306a36Sopenharmony_ci		#address-cells = <3>;
3562306a36Sopenharmony_ci		reg = <0xe0008500 0x100		/* internal registers */
3662306a36Sopenharmony_ci		       0xe0008300 0x8>;		/* config space access registers */
3762306a36Sopenharmony_ci		compatible = "fsl,mpc8349-pci";
3862306a36Sopenharmony_ci		device_type = "pci";
3962306a36Sopenharmony_ci	};
40