Skip to content

Commit 3f23263

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp2: Add SSPA nodes
There are two I2S-capable audio serial port blocks. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 5fd7150 commit 3f23263

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

arch/arm/boot/dts/mmp2.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,32 @@
223223
#clock-cells = <1>;
224224
status = "disabled";
225225
};
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+
};
226252
};
227253

228254
apb@d4000000 { /* APB */

0 commit comments

Comments
 (0)