44 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/clock/ti,am62-audio-refclk.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: TI Audio Reference Clock8 9maintainers:10 - Jai Luthra <j-luthra@ti.com>11 12properties:13 compatible:14 items:15 - const: ti,am62-audio-refclk16 17 reg:18 maxItems: 119 20 "#clock-cells":21 const: 022 23 clocks:24 maxItems: 125 26required:27 - compatible28 - reg29 - "#clock-cells"30 - clocks31 32additionalProperties: false33 34examples:35 - |36 audio_refclk0: clock@82e0 {37 compatible = "ti,am62-audio-refclk";38 reg = <0x82e0 0x4>;39 clocks = <&k3_clks 157 0>;40 assigned-clocks = <&k3_clks 157 0>;41 assigned-clock-parents = <&k3_clks 157 8>;42 #clock-cells = <0>;43 };44