Merge "ARM: dts: qcom: Add aoss, aop and tme nodes for kera"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
dba669a7e0
@@ -423,6 +423,44 @@
|
||||
#mbox-cells = <2>;
|
||||
};
|
||||
|
||||
aoss_qmp: power-controller@c300000 {
|
||||
compatible = "qcom,aoss-qmp";
|
||||
reg = <0xc300000 0x400>;
|
||||
interrupt-parent = <&ipcc_mproc>;
|
||||
interrupts = <IPCC_CLIENT_AOP
|
||||
IPCC_MPROC_SIGNAL_GLINK_QMP
|
||||
IRQ_TYPE_EDGE_RISING>;
|
||||
mboxes = <&ipcc_mproc IPCC_CLIENT_AOP
|
||||
IPCC_MPROC_SIGNAL_GLINK_QMP>;
|
||||
#power-domain-cells = <1>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
qmp_aop: qcom,qmp-aop {
|
||||
compatible = "qcom,qmp-mbox";
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
label = "aop";
|
||||
#mbox-cells = <1>;
|
||||
};
|
||||
|
||||
qmp_tme: qcom,qmp-tme {
|
||||
compatible = "qcom,qmp-mbox";
|
||||
qcom,remote-pid = <14>;
|
||||
mboxes = <&ipcc_mproc IPCC_CLIENT_TME
|
||||
IPCC_MPROC_SIGNAL_GLINK_QMP>;
|
||||
mbox-names = "tme_qmp";
|
||||
interrupt-parent = <&ipcc_mproc>;
|
||||
interrupts = <IPCC_CLIENT_TME
|
||||
IPCC_MPROC_SIGNAL_GLINK_QMP
|
||||
IRQ_TYPE_EDGE_RISING>;
|
||||
|
||||
label = "tme";
|
||||
qcom,early-boot;
|
||||
priority = <0>;
|
||||
mbox-desc-offset = <0x0>;
|
||||
#mbox-cells = <1>;
|
||||
};
|
||||
|
||||
cache-controller@24800000 {
|
||||
compatible = "qcom,kera-llcc";
|
||||
reg = <0x24800000 0x200000>, <0x24C00000 0x200000>,
|
||||
|
Reference in New Issue
Block a user