From patchwork Fri Jun 19 07:26:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Biwen Li \(OSS\)" X-Patchwork-Id: 242652 List-Id: U-Boot discussion From: biwen.li at oss.nxp.com (Biwen Li) Date: Fri, 19 Jun 2020 15:26:56 +0800 Subject: [v4 2/3] arm64: lx2160a: dts: Add watchdog node In-Reply-To: <20200619072657.6868-1-biwen.li@oss.nxp.com> References: <20200619072657.6868-1-biwen.li@oss.nxp.com> Message-ID: <20200619072657.6868-2-biwen.li@oss.nxp.com> From: Zhao Qiang Add watchdog node which is sbsa into lx2160a dtsi Signed-off-by: Zhao Qiang --- Change in v4: - none Change in v3: - none Change in v2: - none arch/arm/dts/fsl-lx2160a.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi index 1789da8638..a2421f6dd7 100644 --- a/arch/arm/dts/fsl-lx2160a.dtsi +++ b/arch/arm/dts/fsl-lx2160a.dtsi @@ -204,6 +204,13 @@ #interrupt-cells = <2>; }; + watchdog at 23a0000 { + compatible = "arm,sbsa-gwdt"; + reg = <0x0 0x23a0000 0 0x1000>, + <0x0 0x2390000 0 0x1000>; + timeout-sec = <30>; + }; + usb0: usb3 at 3100000 { compatible = "fsl,layerscape-dwc3"; reg = <0x0 0x3100000 0x0 0x10000>;