Commit 59e73f67 authored by Kaushal Kumar's avatar Kaushal Kumar Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: sdx65-mtp: Enable QPIC NAND support

parent eae61fdd
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -249,6 +249,21 @@ &qpic_bam {
	status = "okay";
};

&qpic_nand {
	status = "okay";

	nand@0 {
		reg = <0>;

		nand-ecc-strength = <4>;
		nand-ecc-step-size = <512>;
		nand-bus-width = <8>;
		/* ico and efs2 partitions are secured */
		secure-regions = /bits/ 64 <0x500000 0x500000
					    0xa00000 0xb00000>;
	};
};

&usb {
	status = "okay";
};