mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
arm64: dts: mt8195: Add scp node
Add scp node for mt8195. Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20220811025813.21492-15-tinghan.shen@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
385e0eedb7
commit
867477a5d3
|
|
@ -712,6 +712,16 @@ spmi: spmi@10027000 {
|
|||
assigned-clock-parents = <&topckgen CLK_TOP_ULPOSC1_D10>;
|
||||
};
|
||||
|
||||
scp: scp@10500000 {
|
||||
compatible = "mediatek,mt8195-scp";
|
||||
reg = <0 0x10500000 0 0x100000>,
|
||||
<0 0x10720000 0 0xe0000>,
|
||||
<0 0x10700000 0 0x8000>;
|
||||
reg-names = "sram", "cfg", "l1tcm";
|
||||
interrupts = <GIC_SPI 462 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
scp_adsp: clock-controller@10720000 {
|
||||
compatible = "mediatek,mt8195-scp_adsp";
|
||||
reg = <0 0x10720000 0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user