Skip to content

Commit 9ac8006

Browse files
Keerthyjr-vignesh
authored andcommitted
arm64: dts: ti: k3-j784s4-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. Disabling them as they are not used by Linux. Signed-off-by: Keerthy <j-keerthy@ti.com> Link: https://lore.kernel.org/r/20231008044657.25788-6-j-keerthy@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent caae599 commit 9ac8006

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

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

0 commit comments

Comments
 (0)