Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/ptp/ptp-idt82p33.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: IDT 82P33 PTP Clock Device Tree Bindings
0008 
0009 description: |
0010   IDT 82P33XXX Synchronization Management Unit (SMU) based PTP clock
0011 
0012 maintainers:
0013   - Min Li <min.li.xe@renesas.com>
0014 
0015 properties:
0016   compatible:
0017     enum:
0018       - idt,82p33810
0019       - idt,82p33813
0020       - idt,82p33814
0021       - idt,82p33831
0022       - idt,82p33910
0023       - idt,82p33913
0024       - idt,82p33914
0025       - idt,82p33931
0026 
0027   reg:
0028     maxItems: 1
0029 
0030 required:
0031   - compatible
0032   - reg
0033 
0034 additionalProperties: false
0035 
0036 examples:
0037   - |
0038     i2c {
0039         #address-cells = <1>;
0040         #size-cells = <0>;
0041         phc@51 {
0042             compatible = "idt,82p33810";
0043             reg = <0x51>;
0044         };
0045     };