mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/input/input.h>
|
|
#include <dt-bindings/pinctrl/rockchip.h>
|
|
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target-path = "/gpio-leds";
|
|
__overlay__ {
|
|
|
|
working {
|
|
gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "none";
|
|
};
|
|
|
|
};
|
|
};
|
|
|
|
};
|