Documentation / devicetree / bindings / mfd / qcom,tcsr.txt


Based on kernel version 5.19.17. Page generated on 2023-08-28 22:14 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
QCOM Top Control and Status Register

Qualcomm devices have a set of registers that provide various control and status
functions for their peripherals.  This node is intended to allow access to these
registers via syscon.

Required properties:
- compatible:	Should contain:
		"qcom,tcsr-ipq6018", "syscon", "simple-mfd" for IPQ6018
		"qcom,tcsr-ipq8064", "syscon" for IPQ8064
		"qcom,tcsr-apq8064", "syscon" for APQ8064
		"qcom,tcsr-msm8660", "syscon" for MSM8660
		"qcom,tcsr-msm8953", "syscon" for MSM8953
		"qcom,tcsr-msm8960", "syscon" for MSM8960
		"qcom,tcsr-msm8974", "syscon" for MSM8974
		"qcom,tcsr-apq8084", "syscon" for APQ8084
		"qcom,tcsr-msm8916", "syscon" for MSM8916
- reg: Address range for TCSR registers

Example:
	tcsr: syscon@1a400000 {
		compatible = "qcom,tcsr-msm8960", "syscon";
		reg = <0x1a400000 0x100>;
	};