18c2ecf20Sopenharmony_ciQCOM Top Control and Status Register 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciQualcomm devices have a set of registers that provide various control and status 48c2ecf20Sopenharmony_cifunctions for their peripherals. This node is intended to allow access to these 58c2ecf20Sopenharmony_ciregisters via syscon. 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciRequired properties: 88c2ecf20Sopenharmony_ci- compatible: Should contain: 98c2ecf20Sopenharmony_ci "qcom,tcsr-ipq8064", "syscon" for IPQ8064 108c2ecf20Sopenharmony_ci "qcom,tcsr-apq8064", "syscon" for APQ8064 118c2ecf20Sopenharmony_ci "qcom,tcsr-msm8660", "syscon" for MSM8660 128c2ecf20Sopenharmony_ci "qcom,tcsr-msm8960", "syscon" for MSM8960 138c2ecf20Sopenharmony_ci "qcom,tcsr-msm8974", "syscon" for MSM8974 148c2ecf20Sopenharmony_ci "qcom,tcsr-apq8084", "syscon" for APQ8084 158c2ecf20Sopenharmony_ci "qcom,tcsr-msm8916", "syscon" for MSM8916 168c2ecf20Sopenharmony_ci- reg: Address range for TCSR registers 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciExample: 198c2ecf20Sopenharmony_ci tcsr: syscon@1a400000 { 208c2ecf20Sopenharmony_ci compatible = "qcom,tcsr-msm8960", "syscon"; 218c2ecf20Sopenharmony_ci reg = <0x1a400000 0x100>; 228c2ecf20Sopenharmony_ci }; 23