We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf0ebd commit c25dcb4Copy full SHA for c25dcb4
arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -894,6 +894,25 @@
894
status = "disabled";
895
};
896
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
+
916
tcsr_mutex: hwlock@1f40000 {
917
compatible = "qcom,tcsr-mutex";
918
reg = <0x0 0x01f40000 0x0 0x40000>;
0 commit comments