The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/mfd/qcom,tcsr.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 QCOM Top Control and Status Register
    2 
    3 Qualcomm devices have a set of registers that provide various control and status
    4 functions for their peripherals.  This node is intended to allow access to these
    5 registers via syscon.
    6 
    7 Required properties:
    8 - compatible:   Should contain:
    9                 "qcom,tcsr-ipq6018", "syscon", "simple-mfd" for IPQ6018
   10                 "qcom,tcsr-ipq8064", "syscon" for IPQ8064
   11                 "qcom,tcsr-apq8064", "syscon" for APQ8064
   12                 "qcom,tcsr-msm8660", "syscon" for MSM8660
   13                 "qcom,tcsr-msm8953", "syscon" for MSM8953
   14                 "qcom,tcsr-msm8960", "syscon" for MSM8960
   15                 "qcom,tcsr-msm8974", "syscon" for MSM8974
   16                 "qcom,tcsr-apq8084", "syscon" for APQ8084
   17                 "qcom,tcsr-msm8916", "syscon" for MSM8916
   18 - reg: Address range for TCSR registers
   19 
   20 Example:
   21         tcsr: syscon@1a400000 {
   22                 compatible = "qcom,tcsr-msm8960", "syscon";
   23                 reg = <0x1a400000 0x100>;
   24         };

Cache object: e921c53c4f3fc08ed847d86c748973eb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.