Merge "ARM: dts: msm: Add pcie-pdc device for tuna"

This commit is contained in:
QCTECMDR Service
2024-10-24 13:14:17 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ properties:
- qcom,sun-pcie-pdc - qcom,sun-pcie-pdc
- qcom,pineapple-pcie-pdc - qcom,pineapple-pcie-pdc
- qcom,cliffs-pcie-pdc - qcom,cliffs-pcie-pdc
- qcom,tuna-pcie-pdc
- qcom,pcie-pdc - qcom,pcie-pdc
reg: reg:

View File

@@ -911,6 +911,11 @@
qcom,rproc-handle = <&adsp_pas>; qcom,rproc-handle = <&adsp_pas>;
}; };
pcie_pdc: pdc@b360000 {
compatible = "qcom,tuna-pcie-pdc", "qcom,pcie-pdc";
reg = <0xb360000 0x10000>;
};
adsp_pas: remoteproc-adsp@03000000 { adsp_pas: remoteproc-adsp@03000000 {
compatible = "qcom,tuna-adsp-pas"; compatible = "qcom,tuna-adsp-pas";
reg = <0x03000000 0x10000>; reg = <0x03000000 0x10000>;