arm64: dts: rockchip: rkvdec use 64KB sram on rk3568-nvr

Without DDR freq, rkvdec can use all sram.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I17ddd8715ffff524613ba0a2f906d51ec12f4a94
This commit is contained in:
Tao Huang
2021-04-28 09:48:55 +08:00
parent 02c875c876
commit 6409cc339e

View File

@@ -352,6 +352,10 @@
status = "okay";
};
&rkvdec_sram {
reg = <0x0 0x10000>;
};
&rkvenc {
status = "okay";
};
@@ -385,6 +389,11 @@
status = "okay";
};
&sram {
reg = <0x0 0xfdcc0000 0x0 0x10000>;
ranges = <0x0 0x0 0xfdcc0000 0x10000>;
};
&tsadc {
status = "okay";
};