ARM: at91/dt: add sam9 watchdog default options to SoCs
Set default watchdog options in every SoC compatible with the sam9 watchdog. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
6914c5873c
commit
fe46aa679f
|
@ -648,6 +648,11 @@ trigger@3 {
|
||||||
watchdog@fffffd40 {
|
watchdog@fffffd40 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,at91sam9260-wdt";
|
||||||
reg = <0xfffffd40 0x10>;
|
reg = <0xfffffd40 0x10>;
|
||||||
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
atmel,watchdog-type = "hardware";
|
||||||
|
atmel,reset-type = "all";
|
||||||
|
atmel,dbg-halt;
|
||||||
|
atmel,idle-halt;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -552,6 +552,11 @@ mmc1: mmc@fff84000 {
|
||||||
watchdog@fffffd40 {
|
watchdog@fffffd40 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,at91sam9260-wdt";
|
||||||
reg = <0xfffffd40 0x10>;
|
reg = <0xfffffd40 0x10>;
|
||||||
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
atmel,watchdog-type = "hardware";
|
||||||
|
atmel,reset-type = "all";
|
||||||
|
atmel,dbg-halt;
|
||||||
|
atmel,idle-halt;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -706,6 +706,11 @@ mmc1: mmc@fffd0000 {
|
||||||
watchdog@fffffd40 {
|
watchdog@fffffd40 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,at91sam9260-wdt";
|
||||||
reg = <0xfffffd40 0x10>;
|
reg = <0xfffffd40 0x10>;
|
||||||
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
atmel,watchdog-type = "hardware";
|
||||||
|
atmel,reset-type = "all";
|
||||||
|
atmel,dbg-halt;
|
||||||
|
atmel,idle-halt;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -541,6 +541,11 @@ spi1: spi@f0004000 {
|
||||||
watchdog@fffffe40 {
|
watchdog@fffffe40 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,at91sam9260-wdt";
|
||||||
reg = <0xfffffe40 0x10>;
|
reg = <0xfffffe40 0x10>;
|
||||||
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
atmel,watchdog-type = "hardware";
|
||||||
|
atmel,reset-type = "all";
|
||||||
|
atmel,dbg-halt;
|
||||||
|
atmel,idle-halt;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -754,6 +754,11 @@ ep6 {
|
||||||
watchdog@fffffe40 {
|
watchdog@fffffe40 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,at91sam9260-wdt";
|
||||||
reg = <0xfffffe40 0x10>;
|
reg = <0xfffffe40 0x10>;
|
||||||
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
atmel,watchdog-type = "hardware";
|
||||||
|
atmel,reset-type = "all";
|
||||||
|
atmel,dbg-halt;
|
||||||
|
atmel,idle-halt;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1092,6 +1092,11 @@ pit: timer@fffffe30 {
|
||||||
watchdog@fffffe40 {
|
watchdog@fffffe40 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,at91sam9260-wdt";
|
||||||
reg = <0xfffffe40 0x10>;
|
reg = <0xfffffe40 0x10>;
|
||||||
|
interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
atmel,watchdog-type = "hardware";
|
||||||
|
atmel,reset-type = "all";
|
||||||
|
atmel,dbg-halt;
|
||||||
|
atmel,idle-halt;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue