Skip to content

Commit c25dcb4

Browse files
kaushalk-quicandersson
authored andcommitted
arm64: dts: qcom: sdx75: Add QPIC NAND support
Add devicetree node to enable support for QPIC NAND controller on Qualcomm SDX75 platform. 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-5-quic_kaushalk@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 5cf0ebd commit c25dcb4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdx75.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,25 @@
894894
status = "disabled";
895895
};
896896

897+
qpic_nand: nand-controller@1cc8000 {
898+
compatible = "qcom,sdx75-nand", "qcom,sdx55-nand";
899+
reg = <0x0 0x01cc8000 0x0 0x10000>;
900+
#address-cells = <1>;
901+
#size-cells = <0>;
902+
clocks = <&rpmhcc RPMH_QPIC_CLK>,
903+
<&sleep_clk>;
904+
clock-names = "core",
905+
"aon";
906+
dmas = <&qpic_bam 0>,
907+
<&qpic_bam 1>,
908+
<&qpic_bam 2>;
909+
dma-names = "tx",
910+
"rx",
911+
"cmd";
912+
iommus = <&apps_smmu 0x100 0x3>;
913+
status = "disabled";
914+
};
915+
897916
tcsr_mutex: hwlock@1f40000 {
898917
compatible = "qcom,tcsr-mutex";
899918
reg = <0x0 0x01f40000 0x0 0x40000>;

0 commit comments

Comments
 (0)