1 * Marvell Armada 7K/8K PCIe interface
3 This PCIe host controller is based on the Synopsys DesignWare PCIe IP
4 and thus inherits all the common properties defined in designware-pcie.txt.
7 - compatible: "marvell,armada8k-pcie"
8 - reg: must contain two register regions
9 - the control register region
10 - the config space region
12 - "ctrl" for the control register region
13 - "config" for the config space region
14 - interrupts: Interrupt specifier for the PCIe controler
15 - clocks: reference to the PCIe controller clock
20 compatible = "marvell,armada8k-pcie", "snps,dw-pcie";
21 reg = <0 0xf2600000 0 0x10000>, <0 0xf6f00000 0 0x80000>;
22 reg-names = "ctrl", "config";
25 #interrupt-cells = <1>;
30 ranges = <0x81000000 0 0xf9000000 0 0xf9000000 0 0x10000 /* downstream I/O */
31 0x82000000 0 0xf6000000 0 0xf6000000 0 0xf00000>; /* non-prefetchable memory */
32 interrupt-map-mask = <0 0 0 0>;
33 interrupt-map = <0 0 0 0 &gic 0 GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
34 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
36 clocks = <&cpm_syscon0 1 13>;