기타등등

This commit is contained in:
2026-06-11 17:48:35 +09:00
parent d7c5b34da3
commit 1f7436e27d
14 changed files with 714 additions and 124 deletions
+1
View File
@@ -0,0 +1 @@
CONFIG_GPIO_HOGS=y
+10
View File
@@ -0,0 +1,10 @@
#include <zephyr/dt-bindings/gpio/gpio.h>
&gpio0 {
power_hold_hog: power_hold_hog {
gpio-hog;
gpios = <8 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "POWER_HOLD";
};
};