File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 223
223
#clock-cells = <1>;
224
224
status = "disabled";
225
225
};
226
+
227
+ sspa0: audio-controller@d42a0c00 {
228
+ compatible = "marvell,mmp-sspa";
229
+ reg = <0xd42a0c00 0x30>,
230
+ <0xd42a0c80 0x30>;
231
+ interrupts = <2>;
232
+ clock-names = "audio", "bitclk";
233
+ clocks = <&soc_clocks MMP2_CLK_AUDIO>,
234
+ <&audio_clk 1>;
235
+ power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
236
+ #sound-dai-cells = <0>;
237
+ status = "disabled";
238
+ };
239
+
240
+ sspa1: audio-controller@d42a0d00 {
241
+ compatible = "marvell,mmp-sspa";
242
+ reg = <0xd42a0d00 0x30>,
243
+ <0xd42a0d80 0x30>;
244
+ interrupts = <3>;
245
+ clock-names = "audio", "bitclk";
246
+ clocks = <&soc_clocks MMP2_CLK_AUDIO>,
247
+ <&audio_clk 2>;
248
+ power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
249
+ #sound-dai-cells = <0>;
250
+ status = "disabled";
251
+ };
226
252
};
227
253
228
254
apb@d4000000 { /* APB */
You can’t perform that action at this time.
0 commit comments