Skip to content

Commit

Permalink
ARM: at91/dts: add the watchdog nodes for at91 boards
Browse files Browse the repository at this point in the history
boards include:
at91sam9263ek, at91sam9g20ek, at91sam9m10g45ek, at91sam9n12ek, at91sam9x5ek

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Tested-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Wenyou Yang authored and Nicolas Ferre committed May 31, 2013
1 parent 136d355 commit c77bcef
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9263ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
reg = <0>;
};
};

watchdog@fffffd40 {
status = "okay";
};
};

nand0: nand@40000000 {
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9g20ek_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
reg = <1>;
};
};

watchdog@fffffd40 {
status = "okay";
};
};

nand0: nand@40000000 {
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9m10g45ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
status = "okay";
};

watchdog@fffffd40 {
status = "okay";
};

mmc0: mmc@fff80000 {
pinctrl-0 = <
&pinctrl_board_mmc0
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9n12ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
reg = <0>;
};
};

watchdog@fffffe40 {
status = "okay";
};
};

nand0: nand@40000000 {
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9x5ek.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
reg = <0>;
};
};

watchdog@fffffe40 {
status = "okay";
};
};

usb0: ohci@00600000 {
Expand Down

0 comments on commit c77bcef

Please sign in to comment.