Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / mfd / qcom,tcsr.txt
CommitLineData
a8b21018
AG
1QCOM Top Control and Status Register
2
3Qualcomm devices have a set of registers that provide various control and status
4functions for their peripherals. This node is intended to allow access to these
5registers via syscon.
6
7Required properties:
8- compatible: Should contain:
9 "qcom,tcsr-ipq8064", "syscon" for IPQ8064
10 "qcom,tcsr-apq8064", "syscon" for APQ8064
11 "qcom,tcsr-msm8660", "syscon" for MSM8660
12 "qcom,tcsr-msm8960", "syscon" for MSM8960
13 "qcom,tcsr-msm8974", "syscon" for MSM8974
14 "qcom,tcsr-apq8084", "syscon" for APQ8084
15 "qcom,tcsr-msm8916", "syscon" for MSM8916
16- reg: Address range for TCSR registers
17
18Example:
19 tcsr: syscon@1a400000 {
20 compatible = "qcom,tcsr-msm8960", "syscon";
21 reg = <0x1a400000 0x100>;
22 };
This page took 0.073234 seconds and 5 git commands to generate.