]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: alpine: add internal pci
authorTsahee Zidenberg <tsahee@annapurnalabs.com>
Sun, 5 Apr 2015 12:43:53 +0000 (15:43 +0300)
committerArnd Bergmann <arnd@arndb.de>
Mon, 13 Apr 2015 23:16:13 +0000 (01:16 +0200)
This patch adds device-tree entry for the internal pci bus on Alpine.
Alpine's on-chip devices appear as pci devices on this bus.

Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/alpine.dtsi

index 519f58cc9761c710fc66d7590ef851713db422ce..9af2d60e9a7f6edb33e0193b81f99d6cbefd134c 100644 (file)
                        reg-shift = <2>;
                        reg-io-width = <4>;
                };
+
+               /* Internal PCIe Controller */
+               pcie-internal@0xfbc00000 {
+                       compatible = "pci-host-ecam-generic";
+                       device_type = "pci";
+                       #size-cells = <2>;
+                       #address-cells = <3>;
+                       #interrupt-cells = <1>;
+                       reg = <0x0 0xfbc00000 0x0 0x100000>;
+                       interrupt-map-mask = <0xf800 0 0 7>;
+                       /* Add legacy interrupts for SATA devices only */
+                       interrupt-map = <0x4000 0 0 1 &gic 0 43 4>,
+                                       <0x4800 0 0 1 &gic 0 44 4>;
+
+                       /* 32 bit non prefetchable memory space */
+                       ranges = <0x02000000 0x0 0xfe000000 0x0 0xfe000000 0x0 0x1000000>;
+
+                       bus-range = <0x00 0x00>;
+               };
        };
 };