blob: c5e74d7b4406127735d42e9221a8fb3e417e8717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Aspeed Watchdog Timer
Required properties:
- compatible: must be one of:
- "aspeed,ast2400-wdt"
- "aspeed,ast2500-wdt"
- reg: physical base address of the controller and length of memory mapped
region
Example:
wdt1: watchdog@1e785000 {
compatible = "aspeed,ast2400-wdt";
reg = <0x1e785000 0x1c>;
};
|