2 ======================================
4 This binding describes a reset-controller found on PDC-Global (Power Domain
5 Controller) block for Qualcomm Technologies Inc SDM845 SoCs.
12 "qcom,sdm845-pdc-global"
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 pdc_reset: reset-controller@b2e0000 {
28 compatible = "qcom,sdm845-pdc-global";
29 reg = <0xb2e0000 0x20000>;
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 a list of all valid reset indices see
41 <dt-bindings/reset/qcom,sdm845-pdc.h>
48 resets = <&pdc_reset PDC_MODEM_SYNC_RESET>;
49 reset-names = "pdc_reset";