ARM: at91/dts: add the watchdog nodes for at91 boards

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>
This commit is contained in:
Wenyou Yang 2013-05-31 11:11:33 +08:00 committed by Nicolas Ferre
parent 136d355618
commit c77bcef4c9
5 changed files with 20 additions and 0 deletions

View file

@ -89,6 +89,10 @@ mtd_dataflash@0 {
reg = <0>; reg = <0>;
}; };
}; };
watchdog@fffffd40 {
status = "okay";
};
}; };
nand0: nand@40000000 { nand0: nand@40000000 {

View file

@ -104,6 +104,10 @@ mtd_dataflash@0 {
reg = <1>; reg = <1>;
}; };
}; };
watchdog@fffffd40 {
status = "okay";
};
}; };
nand0: nand@40000000 { nand0: nand@40000000 {

View file

@ -59,6 +59,10 @@ i2c1: i2c@fff88000 {
status = "okay"; status = "okay";
}; };
watchdog@fffffd40 {
status = "okay";
};
mmc0: mmc@fff80000 { mmc0: mmc@fff80000 {
pinctrl-0 = < pinctrl-0 = <
&pinctrl_board_mmc0 &pinctrl_board_mmc0

View file

@ -77,6 +77,10 @@ m25p80@0 {
reg = <0>; reg = <0>;
}; };
}; };
watchdog@fffffe40 {
status = "okay";
};
}; };
nand0: nand@40000000 { nand0: nand@40000000 {

View file

@ -81,6 +81,10 @@ m25p80@0 {
reg = <0>; reg = <0>;
}; };
}; };
watchdog@fffffe40 {
status = "okay";
};
}; };
usb0: ohci@00600000 { usb0: ohci@00600000 {