[U-Boot] [PATCH 2/2] ARM: dts: imx6ull: add wdog3
Stefano Babic
sbabic at denx.de
Thu Mar 29 15:56:52 UTC 2018
On 25/02/2018 18:12, Jörg Krause wrote:
> The i.MX6ULL has a WDOG3 located at start address 0x021E0000 in the
> AIPS-2 memory region [1].
>
> [1] i.MX 6ULL Applications Processor Reference Manual, Rev. 1, 11/2017,
> Table 2-3. AIPS-2 memory map, p. 178
>
> Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
> ---
> arch/arm/dts/imx6ull.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi
> index 28b8422f31..f8ec649460 100644
> --- a/arch/arm/dts/imx6ull.dtsi
> +++ b/arch/arm/dts/imx6ull.dtsi
> @@ -1026,6 +1026,14 @@
> status = "disabled";
> };
>
> + wdog3: wdog at 021e4000 {
> + compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
> + reg = <0x021e4000 0x4000>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clks IMX6UL_CLK_WDOG3>;
> + status = "disabled";
> + };
> +
> uart2: serial at 021e8000 {
> compatible = "fsl,imx6ul-uart",
> "fsl,imx6q-uart", "fsl,imx21-uart";
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list