11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
#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";
|
|
};
|
|
};
|