Merge "ARM: dts: msm: Add Qpic Nand support for sdxpinn in device tree"

This commit is contained in:
qctecmdr
2022-07-23 01:53:40 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -588,6 +588,23 @@
regulator-name = "gcc_usb3_phy_gdsc";
};
qnand_1: nand@1c98000 {
compatible = "qcom,msm-nand";
reg = <0x01c98000 0x1000>,
<0x01c9C000 0x1c000>;
reg-names = "nand_phys",
"bam_phys";
qcom,reg-adjustment-offset = <0x4000>;
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "bam_irq";
clock-names = "core_clk";
clocks = <&rpmhcc RPMH_QPIC_CLK>;
status = "disabled";
};
tlmm: pinctrl@f000000 {
compatible = "qcom,sdxpinn-pinctrl";
reg = <0x0F000000 0x400000>;