Skip to content

Commit daecb57

Browse files
jailuthrabebarino
authored andcommitted
dt-bindings: clock: Add binding documentation for TI Audio REFCLK
Add DT bindings for TI's audio reference clocks (REFCLK) present on AM62 SoC. Reviewed-by: Conor Dooley <[email protected]> Signed-off-by: Jai Luthra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 06b84c5 commit daecb57

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/clock/ti,am62-audio-refclk.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: TI Audio Reference Clock
8+
9+
maintainers:
10+
- Jai Luthra <[email protected]>
11+
12+
properties:
13+
compatible:
14+
items:
15+
- const: ti,am62-audio-refclk
16+
17+
reg:
18+
maxItems: 1
19+
20+
"#clock-cells":
21+
const: 0
22+
23+
clocks:
24+
maxItems: 1
25+
26+
required:
27+
- compatible
28+
- reg
29+
- "#clock-cells"
30+
- clocks
31+
32+
additionalProperties: false
33+
34+
examples:
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+
};

0 commit comments

Comments
 (0)