Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64484f70 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu
Browse files

dt-bindings: Add dt-binding for mpm counter

Add dt-bindings for mpm counter.

Change-Id: If8706a3ccc17f1d3d0e79c78bab43f8e5bd0b3b8
parent 6ee21cef
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
%YAML 1.2
---
$id: http://devicetree.org/schemas/bindings/arm/msm/mpm_counter.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MSM MPM sleep counter (mpm-v2)

maintainers:
  - Prakruthi Deepak Heragu <pheragu@codeaurora.org>

description: |
  The MPM provides a timetick that starts when the device is powered up and
  is not reset by any of the boot loaders or the HLOS. The MPM timetick counter
  driver provides an api to get this value.

properties:
  compatible:
    const: qcom,mpm2-sleep-counter

  reg:
    description: Specifies the physical address of the timetick count register.

  clock-frequency:
    description: the physical counter frequency.

required:
  - compatible
  - reg

example:
  - |
    qcom,mpm2-sleep-counter@4a3000 {
      compatible = "qcom,mpm2-sleep-counter";
      reg = <0x4a3000 0x1000>;
      clock-frequency = <32768>;
    };