Skip to content

Commit

Permalink
arm64: dts: NS2: enable PAXC on NS2 SVK
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
Jon Mason authored and ffainelli committed Jan 3, 2017
1 parent 177232d commit 2f5cb59
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/broadcom/ns2-svk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
status = "ok";
};

&pcie8 {
status = "ok";
};

&i2c0 {
status = "ok";
};
Expand Down
17 changes: 17 additions & 0 deletions arch/arm64/boot/dts/broadcom/ns2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 2f5cb59

Please sign in to comment.