Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f5cb59c authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli
Browse files

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: default avatarRay Jui <rjui@broadcom.com>
Signed-off-by: default avatarJon Mason <jon.mason@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 177232d2
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -76,6 +76,10 @@
	status = "ok";
	status = "ok";
};
};


&pcie8 {
	status = "ok";
};

&i2c0 {
&i2c0 {
	status = "ok";
	status = "ok";
};
};
+17 −0
Original line number Original line Diff line number Diff line
@@ -169,6 +169,23 @@
		msi-parent = <&v2m0>;
		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 {
	soc: soc {
		compatible = "simple-bus";
		compatible = "simple-bus";
		#address-cells = <1>;
		#address-cells = <1>;