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