interrupt added and working

This commit is contained in:
2025-06-13 10:50:29 +01:00
parent 8dd3c67c05
commit 9b87645a3d
2 changed files with 88 additions and 1 deletions

View File

@ -11,6 +11,10 @@
red-led-gpio = <&gpio 26 0>;
blue-led-gpio = <&gpio 21 0>;
};
intr {
compatible = "hottis,intr";
intr-gpio = <&gpio 19 0>;
};
};
};