Commit 3f232631 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann

ARM: dts: mmp2: Add SSPA nodes

There are two I2S-capable audio serial port blocks.

Link: https://lore.kernel.org/r/20200718205019.184927-9-lkundrak@v3.skSigned-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 5fd71502
...@@ -223,6 +223,32 @@ audio_clk: clocks@d42a0c30 { ...@@ -223,6 +223,32 @@ audio_clk: clocks@d42a0c30 {
#clock-cells = <1>; #clock-cells = <1>;
status = "disabled"; status = "disabled";
}; };
sspa0: audio-controller@d42a0c00 {
compatible = "marvell,mmp-sspa";
reg = <0xd42a0c00 0x30>,
<0xd42a0c80 0x30>;
interrupts = <2>;
clock-names = "audio", "bitclk";
clocks = <&soc_clocks MMP2_CLK_AUDIO>,
<&audio_clk 1>;
power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
#sound-dai-cells = <0>;
status = "disabled";
};
sspa1: audio-controller@d42a0d00 {
compatible = "marvell,mmp-sspa";
reg = <0xd42a0d00 0x30>,
<0xd42a0d80 0x30>;
interrupts = <3>;
clock-names = "audio", "bitclk";
clocks = <&soc_clocks MMP2_CLK_AUDIO>,
<&audio_clk 2>;
power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
#sound-dai-cells = <0>;
status = "disabled";
};
}; };
apb@d4000000 { /* APB */ apb@d4000000 { /* APB */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment