arm64: dts: rockchip: rk3568: increase register map size for nocp

Fixes: e866f07afb ("arm64: dts: rockchip: rk3568: Add nocp device node")
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I567e061d42b72aabc2a8148b1a5e89993c8de1ca
This commit is contained in:
Finley Xiao
2022-05-30 16:10:31 +08:00
committed by Tao Huang
parent 7146449306
commit 9fc3eb23a7

View File

@@ -2044,27 +2044,27 @@
nocp_cpu: nocp-cpu@fe102000 {
compatible = "rockchip,rk3568-nocp";
reg = <0x0 0xfe102000 0x0 0x100>;
reg = <0x0 0xfe102000 0x0 0x400>;
};
nocp_gpu_vpu_rga_venc: nocp-gpu-vpu-rga-venc@fe102400 {
compatible = "rockchip,rk3568-nocp";
reg = <0x0 0xfe102400 0x0 0x100>;
reg = <0x0 0xfe102400 0x0 0x400>;
};
nocp_npu_vdec: nocp-vdec@fe102800 {
compatible = "rockchip,rk3568-nocp";
reg = <0x0 0xfe102800 0x0 0x100>;
reg = <0x0 0xfe102800 0x0 0x400>;
};
nocp_vi_usb_peri_pipe: nocp-vi-usb-peri-pipe@fe102c00 {
compatible = "rockchip,rk3568-nocp";
reg = <0x0 0xfe102c00 0x0 0x100>;
reg = <0x0 0xfe102c00 0x0 0x400>;
};
nocp_vo: nocp-vo@fe103000 {
compatible = "rockchip,rk3568-nocp";
reg = <0x0 0xfe103000 0x0 0x100>;
reg = <0x0 0xfe103000 0x0 0x400>;
};
qos_gpu: qos@fe128000 {