Commit f2023d9d authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann

ARM: dts: mmp2: Add Audio SRAM

This memory is region is where the two-channel audio DMA can pump sound
samples into the SSPA's internal FIFO.

Link: https://lore.kernel.org/r/20200718205019.184927-6-lkundrak@v3.skSigned-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f45a04a5
......@@ -413,6 +413,15 @@ ssp4: spi@d4039000 {
};
};
asram: sram@e0000000 {
compatible = "mmio-sram";
reg = <0xe0000000 0x10000>;
ranges = <0 0xe0000000 0x10000>;
#address-cells = <1>;
#size-cells = <1>;
status = "disabled";
};
soc_clocks: clocks {
compatible = "marvell,mmp2-clock";
reg = <0xd4050000 0x2000>,
......
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