mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3588s: reserve 0~4k and 960~1024k of syssram
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: Ib554e9f020abdc31f5eeb93bd1f0730d576bec8b
This commit is contained in:
committed by
Tao Huang
parent
22bdb72e37
commit
443afabe9c
@@ -2027,19 +2027,19 @@
|
||||
reg = <0x0 0xfd5f0000 0x0 0x10000>;
|
||||
};
|
||||
|
||||
syssram: sram@fd600000 {
|
||||
syssram: sram@fd601000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x0 0xfd600000 0x0 0x100000>;
|
||||
reg = <0x0 0xfd601000 0x0 0xef000>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x0 0xfd600000 0x100000>;
|
||||
ranges = <0x0 0x0 0xfd601000 0xef000>;
|
||||
/* start address and size should be 4k algin */
|
||||
rkvdec0_sram: rkvdec-sram@0 {
|
||||
reg = <0 0x80000>;
|
||||
reg = <0x0 0x78000>;
|
||||
};
|
||||
rkvdec1_sram: rkvdec-sram@80000 {
|
||||
reg = <0x80000 0x80000>;
|
||||
rkvdec1_sram: rkvdec-sram@78000 {
|
||||
reg = <0x78000 0x77000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user