1 Qualcomm AOSS Reset Controller
2 ======================================
4 This binding describes a reset-controller found on AOSS-CC (always on subsystem)
5 for Qualcomm SDM845 SoCs.
16 Value type: <prop-encoded-array>
17 Definition: must specify the base address and size of the register
23 Definition: must be 1; cell entry represents the reset index.
27 aoss_reset: reset-controller@c2a0000 {
28 compatible = "qcom,sdm845-aoss-cc";
29 reg = <0xc2a0000 0x31000>;
33 Specifying reset lines connected to IP modules
34 ==============================================
36 Device nodes that need access to reset lines should
37 specify them as a reset phandle in their corresponding node as
38 specified in reset.txt.
40 For list of all valid reset indicies see
41 <dt-bindings/reset/qcom,sdm845-aoss.h>
48 resets = <&aoss_reset AOSS_CC_MSS_RESTART>;
49 reset-names = "mss_restart";