]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
arm64: dts: NS2: enable PAXC on NS2 SVK
authorJon Mason <jon.mason@broadcom.com>
Mon, 28 Nov 2016 19:31:31 +0000 (14:31 -0500)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 3 Jan 2017 23:23:21 +0000 (15:23 -0800)
This enables the PAXC based PCIe root complex on NS2 SVK. The PAXC based
root complex is connected to internally emulated PCIe endpoints

Signed-off-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/ns2-svk.dts
arch/arm64/boot/dts/broadcom/ns2.dtsi

index de8d379f44e2e490383d0f6059306b648320a149..5ae08161649ed4fcd3ef6ca3656aff92a51db928 100644 (file)
        status = "ok";
 };
 
+&pcie8 {
+       status = "ok";
+};
+
 &i2c0 {
        status = "ok";
 };
index 69775a8ccff337f6be30f3f81e4fb1f1c1596408..96ed47b9aa5b6305b964f4a7de2d98790bd19d24 100644 (file)
                msi-parent = <&v2m0>;
        };
 
+       pcie8: pcie@60c00000 {
+               compatible = "brcm,iproc-pcie-paxc";
+               reg = <0 0x60c00000 0 0x1000>;
+               linux,pci-domain = <8>;
+
+               bus-range = <0x0 0x1>;
+
+               #address-cells = <3>;
+               #size-cells = <2>;
+               device_type = "pci";
+               ranges = <0x83000000 0 0x00000000 0 0x60000000 0 0x00c00000>;
+
+               status = "disabled";
+
+               msi-parent = <&v2m0>;
+       };
+
        soc: soc {
                compatible = "simple-bus";
                #address-cells = <1>;