1af583852SDipen Patel# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2af583852SDipen Patel%YAML 1.2
3af583852SDipen Patel---
45dad4eccSDipen Patel$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
5af583852SDipen Patel$schema: http://devicetree.org/meta-schemas/core.yaml#
6af583852SDipen Patel
7*dd3cb467SAndrew Lunntitle: HTE Consumer
8af583852SDipen Patel
9af583852SDipen Patelmaintainers:
10af583852SDipen Patel  - Dipen Patel <dipenp@nvidia.com>
11af583852SDipen Patel
12af583852SDipen Patelselect: true
13af583852SDipen Patel
14af583852SDipen Patelproperties:
15af583852SDipen Patel  timestamps:
16af583852SDipen Patel    $ref: /schemas/types.yaml#/definitions/phandle-array
17af583852SDipen Patel    description:
18af583852SDipen Patel      The list of HTE provider phandle. The first cell must represent the
19af583852SDipen Patel      provider phandle followed by the line identifiers. The meaning of the
20af583852SDipen Patel      line identifier and exact number of arguments must be specified in the
21af583852SDipen Patel      HTE provider device tree binding document.
22af583852SDipen Patel
23af583852SDipen Patel  timestamp-names:
24af583852SDipen Patel    $ref: /schemas/types.yaml#/definitions/string-array
25af583852SDipen Patel    description:
26af583852SDipen Patel      An optional string property to label each line specifier present in the
27af583852SDipen Patel      timestamp property.
28af583852SDipen Patel
29af583852SDipen Pateldependencies:
30af583852SDipen Patel  timestamp-names: [ timestamps ]
31af583852SDipen Patel
32af583852SDipen PateladditionalProperties: true
33af583852SDipen Patel
34af583852SDipen Patelexamples:
35af583852SDipen Patel  - |
36af583852SDipen Patel    hte_tegra_consumer {
37af583852SDipen Patel              timestamps = <&tegra_hte_aon 0x9>, <&tegra_hte_lic 0x19>;
38af583852SDipen Patel              timestamp-names = "hte-gpio", "hte-i2c";
39af583852SDipen Patel    };
40