Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 07:40:38 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273248 - head/sys/boot/fdt/dts/arm
Message-ID:  <201410180740.s9I7ecvi076716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat Oct 18 07:40:38 2014
New Revision: 273248
URL: https://svnweb.freebsd.org/changeset/base/273248

Log:
  AM335x FDT: add an entry for the watchdog.
  
  MFC after:	1 week

Modified:
  head/sys/boot/fdt/dts/arm/am335x.dtsi

Modified: head/sys/boot/fdt/dts/arm/am335x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/am335x.dtsi	Sat Oct 18 07:38:46 2014	(r273247)
+++ head/sys/boot/fdt/dts/arm/am335x.dtsi	Sat Oct 18 07:40:38 2014	(r273248)
@@ -81,6 +81,13 @@
 			interrupts = < 16 >;
 			interrupt-parent = <&AINTC>;
  		};
+
+		wdt1@44E35000 {
+			compatible = "ti,wdt";
+			reg = <0x44E35000 0x1000>;
+			interrupts = <91>;
+			interrupt-parent = <&AINTC>;
+		};
  		
 		GPIO: gpio {
 			#gpio-cells = <3>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410180740.s9I7ecvi076716>