| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/clock/fixed-factor-clock.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Simple fixed factor rate clock sources |
| - Michael Turquette <mturquette@baylibre.com> |
| - Stephen Boyd <sboyd@kernel.org> |
| If the frequency is fixed, the preferred name is 'clock-<freq>' with |
| <freq> being the output frequency. |
| pattern: "^clock-([0-9]+|[0-9a-z-]+)$" |
| - description: Any name allowed |
| description: Fixed divider |
| $ref: /schemas/types.yaml#/definitions/uint32 |
| description: Fixed multiplier |
| $ref: /schemas/types.yaml#/definitions/uint32 |
| additionalProperties: false |
| compatible = "fixed-factor-clock"; |