Skip to content

Commit 936bde7

Browse files
Alice Guonxpfrankli
authored andcommitted
ARM: dts: freescale: add bootph-all to i.MX7ULP watchdog nodes
Add the bootph-all property to ULP watchdog nodes for i.MX7ULP, ensuring the watchdog is available during all boot phases. Signed-off-by: Alice Guo <alice.guo@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent da6662e commit 936bde7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,18 @@
297297
clock-names = "divcore", "hsrun_divcore";
298298
};
299299

300+
wdog2: watchdog@40430000 {
301+
compatible = "fsl,imx7ulp-wdt";
302+
reg = <0x40430000 0x10000>;
303+
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
304+
clocks = <&pcc2 IMX7ULP_CLK_WDG2>;
305+
assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG2>;
306+
assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
307+
timeout-sec = <40>;
308+
status = "disabled";
309+
bootph-all;
310+
};
311+
300312
pcc3: clock-controller@40b30000 {
301313
compatible = "fsl,imx7ulp-pcc3";
302314
reg = <0x40b30000 0x10000>;

0 commit comments

Comments
 (0)