We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fe17e commit 5edfed5Copy full SHA for 5edfed5
arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts
@@ -74,8 +74,17 @@
74
leds: leds {
75
compatible = "gpio-leds";
76
work_led: work {
77
- gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
+ label = "red";
78
+ gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
79
+ linux,default-trigger = "default-off";
80
+ default-state = "off";
81
+ };
82
+
83
+ active_led: active {
84
+ label = "green";
85
+ gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>;
86
linux,default-trigger = "heartbeat";
87
+ default-state = "on";
88
};
89
90
0 commit comments