Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 84efb1af authored by Patrick Menschel's avatar Patrick Menschel
Browse files

Docs: Use correct led colors.


The user leds on the beaglebone blue are blue.
Therefore change the color named in dts.

Signed-off-by: default avatarPatrick Menschel <menschel.p@posteo.de>
parent 446bec27
Branches
1 merge request!104k3-am625-pocketbeagle2: Enable epwm2
......@@ -25,28 +25,28 @@
compatible = "gpio-leds";
usr_0_led {
label = "beaglebone:green:usr0";
label = "beaglebone:blue:usr0";
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
default-state = "off";
};
usr_1_led {
label = "beaglebone:green:usr1";
label = "beaglebone:blue:usr1";
gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "mmc0";
default-state = "off";
};
usr_2_led {
label = "beaglebone:green:usr2";
label = "beaglebone:blue:usr2";
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "cpu0";
default-state = "off";
};
usr_3_led {
label = "beaglebone:green:usr3";
label = "beaglebone:blue:usr3";
gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "mmc1";
default-state = "off";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment