arm64: dts: rockchip: rk3568: reduce the size of sram

Change-Id: I3ba4273cb4730080a3512551126392a6e3343a05
Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
YouMin Chen
2021-01-15 14:31:30 +08:00
committed by Tao Huang
parent 0c07360f25
commit 7441599a38

View File

@@ -701,15 +701,15 @@
sram: sram@fdcc0000 {
compatible = "mmio-sram";
reg = <0x0 0xfdcc0000 0x0 0xc000>;
reg = <0x0 0xfdcc0000 0x0 0xb000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0xfdcc0000 0xc000>;
ranges = <0x0 0x0 0xfdcc0000 0xb000>;
/* start address and size should be 4k algin */
rkvdec_sram: rkvdec-sram@0 {
reg = <0x0 0xc000>;
reg = <0x0 0xb000>;
};
};