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>;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"