ARM: dts: rockchip: rv1106-thunder-boot: export reset and reserved_mem node for tb_service

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: Ie1bc97c536fa2e48331ff9e3fe41b70b8c8f5886
This commit is contained in:
Ziyuan Xu
2022-09-09 10:36:01 +08:00
committed by Tao Huang
parent 2ff8d70db7
commit 58c3eecac4

View File

@@ -78,6 +78,11 @@
compatible = "rockchip,thunder-boot-service";
mbox-names = "amp-rx";
mboxes = <&mailbox 1>;
resets = <&cru SRST_CORE_MCU>, <&cru SRST_CORE_MCU_PWRUP>,
<&cru SRST_CORE_MCU_CPU>, <&cru SRST_T_CORE_MCU_CPU>;
reset-names = "core_mcu", "core_mcu_pwrup",
"core_mcu_cpu", "t_core_mcu_cpu";
memory-region = <&rtos>;
status = "disabled";
};
};