arm64: dts: rockchip: Add RK3308b amp reserved memory

default remote amp core (CPU3) address 0x02e00000

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: Ieae840cb199e7cd607c36d53eeffad9cd00e2a3f
This commit is contained in:
Steven Liu
2023-03-23 11:51:35 +08:00
committed by Tao Huang
parent acdf68dc44
commit cfa1b266b1

View File

@@ -20,10 +20,13 @@
ranges;
/* remote amp core address */
amp_shmem_reserved: amp-shmem@2f00000 {
reg = <0x0 0x2f00000 0x0 0x100000>;
amp_reserved: amp@2e00000 {
reg = <0x0 0x2e00000 0x0 0x200000>;
no-map;
};
};
};
&cpu3 {
status = "disabled";
};