Skip to content

Commit

Permalink
arm64: dts: mediatek: mt8186: Add ADSP node
Browse files Browse the repository at this point in the history
Add ADSP node for MT8186 SoC.

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
  • Loading branch information
kuanhsuncheng authored and intel-lab-lkp committed Mar 17, 2023
1 parent 05528bd commit c9f26ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8186.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,22 @@
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH 0>;
};

adsp: adsp@10680000 {
compatible = "mediatek,mt8186-dsp";
reg = <0 0x10680000 0 0x2000>, <0 0x10800000 0 0x100000>,
<0 0x1068b000 0 0x100>, <0 0x1068f000 0 0x1000>;
reg-names = "cfg", "sram", "sec", "bus";
clocks = <&topckgen CLK_TOP_AUDIODSP>, <&topckgen CLK_TOP_ADSP_BUS>;
clock-names = "audiodsp", "adsp_bus";
assigned-clocks = <&topckgen CLK_TOP_AUDIODSP>,
<&topckgen CLK_TOP_ADSP_BUS>;
assigned-clock-parents = <&clk26m>, <&topckgen CLK_TOP_MAINPLL_D2_D2>;
mbox-names = "rx", "tx";
mboxes = <&adsp_mailbox0>, <&adsp_mailbox1>;
power-domains = <&spm MT8186_POWER_DOMAIN_ADSP_TOP>;
status = "disabled";
};

adsp_mailbox0: mailbox@10686000 {
compatible = "mediatek,mt8186-adsp-mbox";
#mbox-cells = <0>;
Expand Down

0 comments on commit c9f26ad

Please sign in to comment.