mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08:00
be49bbae13
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>
16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
* Atmel Watchdog Timers
|
|
|
|
** at91sam9-wdt
|
|
|
|
Required properties:
|
|
- compatible: must be "atmel,at91sam9260-wdt".
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
region.
|
|
|
|
Example:
|
|
|
|
watchdog@fffffd40 {
|
|
compatible = "atmel,at91sam9260-wdt";
|
|
reg = <0xfffffd40 0x10>;
|
|
};
|