mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-22 14:19:04 +00:00
docs: andes-ae350.md: fix watchdog nodename in dts example
The example should use watchdog as nodename instead of wdt. This is defined in watchdog common schemas: https://github.com/torvalds/linux/blob/v6.0/Documentation/devicetree/bindings/watchdog/watchdog.yaml#L19 Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
parent
6cd4b9b223
commit
d3fcff77a1
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ DTS Example: (Quad-core AX45MP)
|
|||
&CPU3_intc 7 >;
|
||||
};
|
||||
|
||||
wdt: wdt@f0500000 {
|
||||
wdt: watchdog@f0500000 {
|
||||
compatible = "andestech,atcwdt200";
|
||||
reg = <0x00000000 0xf0500000 0x00000000 0x00001000>;
|
||||
interrupts = <3 4>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue