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

Commit 2901ca04 authored by Can Guo's avatar Can Guo
Browse files

ARM: dts: msm: Add NVMe support to PCIe2 port on HDK8250

As PCIe2 port on HDK8250 is not in use, enable NVMe support on PCIe2
port on HDK8250.

Change-Id: I24c02ce3770fe58d0c60101487ebf2007e465c36
parent 0136ddaf
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -96,3 +96,29 @@
		};
	};
};

&pcie2 {
	qcom,boot-option = <0x0>;
};

&mhi_0 {
	reg = <0x100 0x0 0x0 0x0 0x0>;
};

&pcie2_rp {
	#address-cells = <5>;
	#size-cells = <0>;

	nvme: nvme {
		reg = <0 0 0 0 0>;
		qcom,iommu-group = <&nvme_pci_iommu_group>;

		#address-cells = <1>;
		#size-cells = <1>;

		nvme_pci_iommu_group: nvme_pci_iommu_group {
			qcom,iommu-dma-addr-pool = <0x20000000 0x40000000>;
			qcom,iommu-dma = "fastmap";
		};
	};
};