@@ -27,6 +27,9 @@ properties:
27
27
- description : External I2S RX left/right channel clock
28
28
- description : External TDM clock
29
29
- description : External audio master clock
30
+ - description : PLL0
31
+ - description : PLL1
32
+ - description : PLL2
30
33
31
34
- items :
32
35
- description : Main Oscillator (24 MHz)
@@ -38,6 +41,9 @@ properties:
38
41
- description : External I2S RX left/right channel clock
39
42
- description : External TDM clock
40
43
- description : External audio master clock
44
+ - description : PLL0
45
+ - description : PLL1
46
+ - description : PLL2
41
47
42
48
clock-names :
43
49
oneOf :
@@ -52,6 +58,9 @@ properties:
52
58
- const : i2srx_lrck_ext
53
59
- const : tdm_ext
54
60
- const : mclk_ext
61
+ - const : pll0_out
62
+ - const : pll1_out
63
+ - const : pll2_out
55
64
56
65
- items :
57
66
- const : osc
@@ -63,6 +72,9 @@ properties:
63
72
- const : i2srx_lrck_ext
64
73
- const : tdm_ext
65
74
- const : mclk_ext
75
+ - const : pll0_out
76
+ - const : pll1_out
77
+ - const : pll2_out
66
78
67
79
' #clock-cells ' :
68
80
const : 1
@@ -93,12 +105,14 @@ examples:
93
105
<&gmac1_rgmii_rxin>,
94
106
<&i2stx_bclk_ext>, <&i2stx_lrck_ext>,
95
107
<&i2srx_bclk_ext>, <&i2srx_lrck_ext>,
96
- <&tdm_ext>, <&mclk_ext>;
108
+ <&tdm_ext>, <&mclk_ext>,
109
+ <&pllclk 0>, <&pllclk 1>, <&pllclk 2>;
97
110
clock-names = "osc", "gmac1_rmii_refin",
98
111
"gmac1_rgmii_rxin",
99
112
"i2stx_bclk_ext", "i2stx_lrck_ext",
100
113
"i2srx_bclk_ext", "i2srx_lrck_ext",
101
- "tdm_ext", "mclk_ext";
114
+ "tdm_ext", "mclk_ext",
115
+ "pll0_out", "pll1_out", "pll2_out";
102
116
#clock-cells = <1>;
103
117
#reset-cells = <1>;
104
118
};
0 commit comments