ODROID-M2: dtbo: add watchdog dt overlay

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
Change-Id: I4a156665cf5f97eff7980eadcb13bc7659597ae6
This commit is contained in:
2025-04-17 10:55:39 +09:00
committed by vl
parent 72b282f756
commit 8c5a20a88f
2 changed files with 13 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ dtbo-y += \
uart3.dtbo \
uart4.dtbo \
uart5.dtbo \
wdt.dtbo \
weather_board_zero.dtbo
targets += $(dtbo-y)

View File

@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&wdt>;
__overlay__ {
status = "okay";
};
};
};