Skip to content

Commit 56bc311

Browse files
Keerthyjr-vignesh
authored andcommitted
arm64: dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances
There are totally 2 instances of watchdog module in MCU domain. These instances are coupled with the MCU domain R5F instances. Reserving them as they are not used by A72. Signed-off-by: Keerthy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent eb4c990 commit 56bc311

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,4 +709,30 @@
709709
ti,esm-pins = <63>;
710710
bootph-pre-ram;
711711
};
712+
713+
/*
714+
* The 2 RTI instances are couple with MCU R5Fs so keeping them
715+
* reserved as these will be used by their respective firmware
716+
*/
717+
mcu_watchdog0: watchdog@40600000 {
718+
compatible = "ti,j7-rti-wdt";
719+
reg = <0x00 0x40600000 0x00 0x100>;
720+
clocks = <&k3_clks 295 1>;
721+
power-domains = <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>;
722+
assigned-clocks = <&k3_clks 295 1>;
723+
assigned-clock-parents = <&k3_clks 295 5>;
724+
/* reserved for MCU_R5F0_0 */
725+
status = "reserved";
726+
};
727+
728+
mcu_watchdog1: watchdog@40610000 {
729+
compatible = "ti,j7-rti-wdt";
730+
reg = <0x00 0x40610000 0x00 0x100>;
731+
clocks = <&k3_clks 296 1>;
732+
power-domains = <&k3_pds 296 TI_SCI_PD_EXCLUSIVE>;
733+
assigned-clocks = <&k3_clks 296 1>;
734+
assigned-clock-parents = <&k3_clks 296 5>;
735+
/* reserved for MCU_R5F0_1 */
736+
status = "reserved";
737+
};
712738
};

0 commit comments

Comments
 (0)