[U-Boot] [patch v2 2/3] dts: fsl-ls1028a: add sp805 node which is a watchdog

Qiang Zhao qiang.zhao at nxp.com
Mon Apr 29 08:24:44 UTC 2019


add sp805 nodes in fsl-ls1028a.dtsi
---
 arch/arm/dts/fsl-ls1028a.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index 35382eb3b4..30fb20cd3e 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@ -338,4 +338,8 @@
 		status = "disabled";
 	      };
 
+	cluster1_core0_watchdog: wdt at c000000 {
+		compatible = "arm,sp805-wdt";
+		reg = <0x0 0xc000000 0x0 0x1000>;
+	};
 };
-- 
2.17.1



More information about the U-Boot mailing list