Add apu-sw-logger node to enable debug into tinysys. Signed-off-by: Flora Fu <flora.fu@xxxxxxxxxxxx> --- arch/arm64/boot/dts/mediatek/mt8192.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi index f95d381ff1cc..c8cc58e74f3c 100644 --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi @@ -914,6 +914,12 @@ #mbox-cells = <1>; }; + apusys_sw_logger@19000040 { + compatible = "mediatek,apu-sw-logger"; + reg = <0 0x19000040 0 0x10>; + iommus = <&iommu_apu IOMMU_PORT_APU_DATA>; + }; + apusys_rv@19001000 { compatible = "mediatek,mt8192-apusys-rv", "simple-mfd"; reg = <0 0x19000000 0 0x1000>, -- 2.18.0