arm64: dts: qcom: sdx75-idp: Enable QPIC BAM & QPIC NAND support

Enable QPIC BAM and QPIC NAND devicetree nodes for Qualcomm SDX75-IDP
board.

Signed-off-by: Kaushal Kumar <quic_kaushalk@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250415072756.20046-6-quic_kaushalk@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Kaushal Kumar
2025-04-15 12:57:56 +05:30
committed by Bjorn Andersson
parent c25dcb4d42
commit d838ac6903

View File

@@ -278,6 +278,24 @@ &pm7550ba_eusb2_repeater {
vdd3-supply = <&vreg_l10b_3p08>;
};
&qpic_bam {
status = "okay";
};
&qpic_nand {
status = "okay";
nand@0 {
reg = <0>;
nand-ecc-strength = <8>;
nand-ecc-step-size = <512>;
nand-bus-width = <8>;
/* efs2 partition is secured */
secure-regions = /bits/ 64 <0x680000 0xb00000>;
};
};
&qupv3_id_0 {
status = "okay";
};