From patchwork Sun Feb 25 17:12:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 877557 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=embedded.rocks Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zqBQ86ly2z9s2R for ; Mon, 26 Feb 2018 04:14:08 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id A22C4C22044; Sun, 25 Feb 2018 17:13:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 9873FC22026; Sun, 25 Feb 2018 17:13:16 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id EFFFFC21CB6; Sun, 25 Feb 2018 17:13:14 +0000 (UTC) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.141]) by lists.denx.de (Postfix) with ESMTPS id 69764C21DFA for ; Sun, 25 Feb 2018 17:13:14 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0EB3F20F76 for ; Sun, 25 Feb 2018 18:13:14 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3zqBP0147dz9rxt; Sun, 25 Feb 2018 18:13:07 +0100 (CET) Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oTXvnbPMurXZ; Sun, 25 Feb 2018 18:13:06 +0100 (CET) Received: from nzxt.fritz.box (port-92-195-102-83.dynamic.qsc.de [92.195.102.83]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Sun, 25 Feb 2018 18:13:06 +0100 (CET) From: =?utf-8?q?J=C3=B6rg_Krause?= To: u-boot@lists.denx.de Date: Sun, 25 Feb 2018 18:12:47 +0100 Message-Id: <20180225171248.11992-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.16.2 MIME-Version: 1.0 Cc: Fabio Estevam , Stefan Agner Subject: [U-Boot] [PATCH 1/2] ARM: dts: imx6ul: add wdog3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The i.MX6UL has a WDOG3 located at start address 0x021E0000 in the AIPS-2 memory region [1]. [1] i.MX 6UltraLite Applications Processor Reference Manual, Rev. 1, 04/2016, Table-2-3 AIPS-2 memory map, p. 166 Signed-off-by: Jörg Krause --- arch/arm/dts/imx6ul.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/imx6ul.dtsi b/arch/arm/dts/imx6ul.dtsi index 7affab866f..b63f5a53ac 100644 --- a/arch/arm/dts/imx6ul.dtsi +++ b/arch/arm/dts/imx6ul.dtsi @@ -881,6 +881,14 @@ status = "disabled"; }; + wdog3: wdog@021e4000 { + compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; + reg = <0x021e4000 0x4000>; + interrupts = ; + clocks = <&clks IMX6UL_CLK_WDOG3>; + status = "disabled"; + }; + uart2: serial@021e8000 { compatible = "fsl,imx6ul-uart", "fsl,imx6q-uart";