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:
Fin Maaß 2024-06-21 16:43:37 +02:00 committed by Anas Nashif
commit f775ab4975
8 changed files with 297 additions and 0 deletions

View file

@ -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";
};

View file

@ -12,8 +12,12 @@ toolchain:
- zephyr
ram: 262144
supported:
- gpio
- uart
- spi
- i2s
- i2c
- watchdog
testing:
ignore_tags:
- bluetooth