Commit 4dad4f32 authored by Allen-KH Cheng's avatar Allen-KH Cheng Committed by Matthias Brugger
parent 36cfc08f
......@@ -634,6 +634,22 @@ scp: scp@10500000 {
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>;
......
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