drivers: watchdog: litex: add litex watchdog
this adds a driver for the litex watchdog. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
c3752bf442
commit
f775ab4975
8 changed files with 297 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
zephyr,sram = &ram0;
|
||||
};
|
||||
|
||||
aliases {
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
|
||||
ram0: memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x40000000 0x10000000>;
|
||||
|
@ -36,6 +40,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mdio0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -12,8 +12,12 @@ toolchain:
|
|||
- zephyr
|
||||
ram: 262144
|
||||
supported:
|
||||
- gpio
|
||||
- uart
|
||||
- spi
|
||||
- i2s
|
||||
- i2c
|
||||
- watchdog
|
||||
testing:
|
||||
ignore_tags:
|
||||
- bluetooth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue