diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-11-28 20:31:31 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-01-04 00:23:21 +0100 |
commit | 2f5cb59c079f0e1f5af00bb4c9fe40f9053ad121 (patch) | |
tree | ec40278a48f38bd8281e5e089e59845931e17db8 | |
parent | arm64: dts: NS2: enable GICv2m for PAXB/PAXC interfaces (diff) | |
download | linux-2f5cb59c079f0e1f5af00bb4c9fe40f9053ad121.tar.xz linux-2f5cb59c079f0e1f5af00bb4c9fe40f9053ad121.zip |
arm64: dts: NS2: enable PAXC on NS2 SVK
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>
-rw-r--r-- | arch/arm64/boot/dts/broadcom/ns2-svk.dts | 4 | ||||
-rw-r--r-- | arch/arm64/boot/dts/broadcom/ns2.dtsi | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/ns2-svk.dts index de8d379f44e2..5ae08161649e 100644 --- a/arch/arm64/boot/dts/broadcom/ns2-svk.dts +++ b/arch/arm64/boot/dts/broadcom/ns2-svk.dts @@ -76,6 +76,10 @@ status = "ok"; }; +&pcie8 { + status = "ok"; +}; + &i2c0 { status = "ok"; }; diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi index 69775a8ccff3..96ed47b9aa5b 100644 --- a/arch/arm64/boot/dts/broadcom/ns2.dtsi +++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi @@ -169,6 +169,23 @@ 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>; |