Merge "ARM: dts: msm: Add CRM devices for kera"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9f7ab320ae
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/clock/qcom,gcc-kera.h>
|
#include <dt-bindings/clock/qcom,gcc-kera.h>
|
||||||
@@ -22,6 +22,14 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&disp_crm {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pcie_crm {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
usb_emuphy: phy@a784000 {
|
usb_emuphy: phy@a784000 {
|
||||||
compatible = "qcom,usb-emu-phy";
|
compatible = "qcom,usb-emu-phy";
|
||||||
|
@@ -673,6 +673,42 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
disp_crm: crm@af21000 {
|
||||||
|
label = "disp_crm";
|
||||||
|
compatible = "qcom,disp-crm-v2";
|
||||||
|
reg = <0xaf21000 0x6000>, <0xaf27000 0x400>, <0xaf27400 0x400>,
|
||||||
|
<0xaf27800 0x2000>, <0xaf29800 0x700>, <0xaf29f00 0x100>;
|
||||||
|
reg-names = "base", "crm_b", "crm_b_pt", "crm_c", "crm_v", "common";
|
||||||
|
interrupts = <GIC_SPI 702 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<GIC_SPI 707 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<GIC_SPI 713 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<GIC_SPI 68 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<GIC_SPI 96 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<GIC_SPI 242 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "disp_crm_drv0",
|
||||||
|
"disp_crm_drv1",
|
||||||
|
"disp_crm_drv2",
|
||||||
|
"disp_crm_drv3",
|
||||||
|
"disp_crm_drv4",
|
||||||
|
"disp_crm_drv5";
|
||||||
|
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>;
|
||||||
|
qcom,hw-drv-ids = <0 1 2 3 4 5>;
|
||||||
|
qcom,sw-drv-ids = <0 1 2 3 4 5>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pcie_crm: crm@1d01000 {
|
||||||
|
label = "pcie_crm";
|
||||||
|
compatible = "qcom,pcie-crm-v2";
|
||||||
|
reg = <0x1d01000 0x2000>, <0x1d03000 0x400>, <0x1d03400 0x400>,
|
||||||
|
<0x1d03800 0x2000>, <0x1d05800 0x700>, <0x1d05f00 0x100>;
|
||||||
|
reg-names = "base", "crm_b", "crm_b_pt", "crm_c", "crm_v", "common";
|
||||||
|
interrupts = <GIC_SPI 640 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "pcie_crm_drv0";
|
||||||
|
clocks = <&pcie_0_pipe_clk>;
|
||||||
|
qcom,hw-drv-ids = <0 1>;
|
||||||
|
qcom,sw-drv-ids = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
pdc: interrupt-controller@b220000 {
|
pdc: interrupt-controller@b220000 {
|
||||||
compatible = "qcom,kera-pdc", "qcom,pdc";
|
compatible = "qcom,kera-pdc", "qcom,pdc";
|
||||||
reg = <0xb220000 0x10000>, <0x174000f0 0x64>;
|
reg = <0xb220000 0x10000>, <0x174000f0 0x64>;
|
||||||
|
Reference in New Issue
Block a user