Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: HTE Consumer Device Tree Bindings
0008 
0009 maintainers:
0010   - Dipen Patel <dipenp@nvidia.com>
0011 
0012 select: true
0013 
0014 properties:
0015   timestamps:
0016     $ref: /schemas/types.yaml#/definitions/phandle-array
0017     description:
0018       The list of HTE provider phandle. The first cell must represent the
0019       provider phandle followed by the line identifiers. The meaning of the
0020       line identifier and exact number of arguments must be specified in the
0021       HTE provider device tree binding document.
0022 
0023   timestamp-names:
0024     $ref: /schemas/types.yaml#/definitions/string-array
0025     description:
0026       An optional string property to label each line specifier present in the
0027       timestamp property.
0028 
0029 dependencies:
0030   timestamp-names: [ timestamps ]
0031 
0032 additionalProperties: true
0033 
0034 examples:
0035   - |
0036     hte_tegra_consumer {
0037               timestamps = <&tegra_hte_aon 0x9>, <&tegra_hte_lic 0x19>;
0038               timestamp-names = "hte-gpio", "hte-i2c";
0039     };