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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 5cf0ebd commit c25dcb4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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)