arm64: dts: mediatek: add apu support for mt8365 SoC
authorAlexandre Mergnat <amergnat@baylibre.com>
Mon, 25 Sep 2023 18:17:37 +0000 (20:17 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 18 Oct 2023 07:46:45 +0000 (09:46 +0200)
AI Processor Unit System (APUSYS) is a highly efficient computing unit
system which is most suitable for AI/CV algorithms. It includes one
programmable AI processor (Cadence VP6) for both AI and CV algorithms,
and an eDMA engine for data movement between external DRAM and VP6
internal memory.

For more detail, ask Mediatek for the MT8365 IoT application processor
functional specification.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230207-iommu-support-v6-3-24453c8625b3@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8365.dtsi

index f9cddce..c3ad7cb 100644 (file)
                        reg = <0 0x15000000 0 0x1000>;
                        #clock-cells = <1>;
                };
+
+               apu: syscon@19020000 {
+                       compatible = "mediatek,mt8365-apu", "syscon";
+                       reg = <0 0x19020000 0 0x1000>;
+                       #clock-cells = <1>;
+               };
        };
 
        timer {