Skip to content

Commit 411e6c1

Browse files
committed
Update Aiot-rk3588a device tree: add heartbeat and default-on LED configurations
1 parent b046e01 commit 411e6c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

patch/kernel/rk35xx-vendor-6.1/dt/rk3588-aiot-rk3588a.dts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@
1919

2020
leds {
2121
compatible = "gpio-leds";
22-
work {
23-
gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
22+
led_work_heartbeat: work_heartbeat {
23+
gpios = <&gpio3 RK_PB7 GPIO_ACTIVE_HIGH>;
2424
linux,default-trigger = "heartbeat";
2525
};
26+
led_work_default_on: work_default_on {
27+
gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
28+
linux,default-trigger = "default-on";
29+
};
2630
};
2731
/*
2832
adc-keys {

0 commit comments

Comments
 (0)