brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 7cf3266 Raw
70 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/ptp/ptp-idtcm.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: IDT ClockMatrix (TM) PTP Clock8 9maintainers:10  - Vincent Cheng <vincent.cheng.xh@renesas.com>11 12properties:13  compatible:14    enum:15      # For System Synchronizer16      - idt,8a3400017      - idt,8a3400118      - idt,8a3400219      - idt,8a3400320      - idt,8a3400421      - idt,8a3400522      - idt,8a3400623      - idt,8a3400724      - idt,8a3400825      - idt,8a3400926      # For Port Synchronizer27      - idt,8a3401028      - idt,8a3401129      - idt,8a3401230      - idt,8a3401331      - idt,8a3401432      - idt,8a3401533      - idt,8a3401634      - idt,8a3401735      - idt,8a3401836      - idt,8a3401937      # For Universal Frequency Translator (UFT)38      - idt,8a3404039      - idt,8a3404140      - idt,8a3404241      - idt,8a3404342      - idt,8a3404443      - idt,8a3404544      - idt,8a3404645      - idt,8a3404746      - idt,8a3404847      - idt,8a3404948 49  reg:50    maxItems: 151    description:52      I2C slave address of the device.53 54required:55  - compatible56  - reg57 58additionalProperties: false59 60examples:61  - |62    i2c {63        #address-cells = <1>;64        #size-cells = <0>;65        phc@5b {66            compatible = "idt,8a34000";67            reg = <0x5b>;68        };69    };70