Path: blob/master/Documentation/devicetree/bindings/dpll/dpll-pin.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/dpll/dpll-pin.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: DPLL Pin78maintainers:9- Ivan Vecera <ivecera@redhat.com>1011description: |12The DPLL pin is either a physical input or output pin that is provided13by a DPLL( Digital Phase-Locked Loop) device. The pin is identified by14its physical order number that is stored in reg property and can have15an additional set of properties like supported (allowed) frequencies,16label, type and may support embedded sync.1718Note that the pin in this context has nothing to do with pinctrl.1920properties:21reg:22description: Hardware index of the DPLL pin.23maxItems: 12425connection-type:26description: Connection type of the pin27$ref: /schemas/types.yaml#/definitions/string28enum: [ext, gnss, int, mux, synce]2930esync-control:31description: Indicates whether the pin supports embedded sync functionality.32type: boolean3334label:35description: String exposed as the pin board label36$ref: /schemas/types.yaml#/definitions/string3738supported-frequencies-hz:39description: List of supported frequencies for this pin, expressed in Hz.4041required:42- reg4344additionalProperties: false454647