mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
arm64: dts: rockchip: rv1126b-thunder-boot: add thunder-boot-service/mbox/thunder-boot-isp
Signed-off-by: Yuefu Su <yuefu.su@rock-chips.com> Change-Id: Ia7225c269fa2eb065f2de847df581bb555ff5225
This commit is contained in:
@@ -8,6 +8,49 @@
|
||||
compatible = "rockchip,ramdisk";
|
||||
memory-region = <&ramdisk_r>;
|
||||
};
|
||||
|
||||
thunder_boot_rkisp: thunder-boot-rkisp {
|
||||
compatible = "rockchip,thunder-boot-rkisp";
|
||||
clocks = <&cru CLK_HPMCU>,
|
||||
<&cru PCLK_HPMCU_INTMUX>, <&cru PCLK_HPMCU_MAILBOX>,
|
||||
<&cru PCLK_WDT_HPMCU>, <&cru HCLK_CACHE>,
|
||||
<&cru PCLK_TIMER>,
|
||||
<&cru ACLK_ISP>, <&cru HCLK_ISP>,
|
||||
<&cru CLK_CORE_ISP>, <&cru ISP0CLK_VICAP>,
|
||||
<&cru ACLK_VICAP>, <&cru HCLK_VICAP>,
|
||||
<&cru DCLK_VICAP>, <&cru ISP0CLK_VICAP>,
|
||||
<&cru PCLK_CSI2HOST0>, <&cru PCLK_CSI2HOST1>,
|
||||
<&cru CLK_I2C4>, <&cru PCLK_I2C4>;
|
||||
clock-names = "clk_hpmcu",
|
||||
"pclk_hpmcu_intmux", "pclk_hpmcu_mailbox",
|
||||
"pclk_wdt_hpmcu", "hclk_cache",
|
||||
"pclk_timer",
|
||||
"aclk_isp", "hclk_isp",
|
||||
"clk_isp_core", "clk_isp_core_vicap",
|
||||
"aclk_cif","hclk_cif",
|
||||
"dclk_cif", "isp0clk_cif",
|
||||
"pclk_csi2host0", "pclk_csi2host1",
|
||||
"clk_i2c4", "pclk_i2c4";
|
||||
};
|
||||
|
||||
thunder_boot_service: thunder-boot-service {
|
||||
compatible = "rockchip,thunder-boot-service";
|
||||
mbox-names = "amp-rx";
|
||||
mboxes = <&hpmcu_mbox0 0>;
|
||||
resets = <&cru SRST_RESETN_HPMCU_FULL_CLUSTER>;
|
||||
reset-names = "hpmcu_full_cluster";
|
||||
memory-region = <&rtos>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&hpmcu_mbox0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hw_decompress {
|
||||
memory-region = <&ramdisk_c>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&reserved_memory {
|
||||
@@ -88,8 +131,3 @@
|
||||
reg = <0x49640000 (5 * 0x00100000)>;
|
||||
};
|
||||
};
|
||||
|
||||
&hw_decompress {
|
||||
memory-region = <&ramdisk_c>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user