mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Add Qpic Nand support for sdxbaagha in device tree"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ad3ee68a0a
@@ -311,6 +311,23 @@
|
||||
};
|
||||
};
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
qcom,secure-buffer {
|
||||
compatible = "qcom,secure-buffer";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user