1 Qualcomm Always-On Subsystem side channel binding
3 This binding describes the hardware component responsible for side channel
4 requests to the always-on subsystem (AOSS), used for certain power management
5 requests that is not handled by the standard RPMh interface. Each client in the
6 SoC has it's own block of message RAM and IRQ for communication with the AOSS.
7 The protocol used to communicate in the message RAM is known as Qualcomm
8 Messaging Protocol (QMP)
10 The AOSS side channel exposes control over a set of resources, used to control
11 a set of debug related clocks and to affect the low power state of resources
12 related to the secondary subsystems. These resources are exposed as a set of
18 Definition: must be one of:
19 "qcom,sc7180-aoss-qmp"
20 "qcom,sdm845-aoss-qmp"
21 "qcom,sm8150-aoss-qmp"
22 "qcom,sm8250-aoss-qmp"
26 Value type: <prop-encoded-array>
27 Definition: the base address and size of the message RAM for this
28 client's communication with the AOSS
32 Value type: <prop-encoded-array>
33 Definition: should specify the AOSS message IRQ for this client
37 Value type: <prop-encoded-array>
38 Definition: reference to the mailbox representing the outgoing doorbell
39 in APCS for this client, as described in mailbox/mailbox.txt
45 The single clock represents the QDSS clock.
47 - #power-domain-cells:
51 The provided power-domains are:
52 CDSP state (0), LPASS state (1), modem state (2), SLPI
53 state (3), SPSS state (4) and Venus state (5).
56 The AOSS side channel also provides the controls for three cooling devices,
57 these are expressed as subnodes of the QMP node. The name of the node is used
58 to identify the resource and must therefor be "cx", "mx" or "ebi".
67 The following example represents the AOSS side-channel message RAM and the
68 mechanism exposing the power-domains, as found in SDM845.
70 aoss_qmp: qmp@c300000 {
71 compatible = "qcom,sdm845-aoss-qmp";
72 reg = <0x0c300000 0x100000>;
73 interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
74 mboxes = <&apss_shared 0>;
76 #power-domain-cells = <1>;