Skip to content

Commit

Permalink
ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45
Browse files Browse the repository at this point in the history
Tested on an at91sam9260 board (evk-pro3).

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Fabio Porcedda authored and Nicolas Ferre committed Nov 16, 2012
1 parent be49bba commit 7492e7c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91sam9260.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@
trigger-external;
};
};

watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91sam9263.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@
#size-cells = <0>;
status = "disabled";
};

watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91sam9g45.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@
trigger-value = <0x6>;
};
};

watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit 7492e7c

Please sign in to comment.