Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 98039c46 authored by Robert Nelson's avatar Robert Nelson
Browse files

Revert "Docs: Use correct led colors."

This reverts commit 84efb1af

.

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 564e0d01
1 merge request!104k3-am625-pocketbeagle2: Enable epwm2
...@@ -25,28 +25,28 @@ ...@@ -25,28 +25,28 @@
compatible = "gpio-leds"; compatible = "gpio-leds";
usr_0_led { usr_0_led {
label = "beaglebone:blue:usr0"; label = "beaglebone:green:usr0";
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
default-state = "off"; default-state = "off";
}; };
usr_1_led { usr_1_led {
label = "beaglebone:blue:usr1"; label = "beaglebone:green:usr1";
gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "mmc0"; linux,default-trigger = "mmc0";
default-state = "off"; default-state = "off";
}; };
usr_2_led { usr_2_led {
label = "beaglebone:blue:usr2"; label = "beaglebone:green:usr2";
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "cpu0"; linux,default-trigger = "cpu0";
default-state = "off"; default-state = "off";
}; };
usr_3_led { usr_3_led {
label = "beaglebone:blue:usr3"; label = "beaglebone:green:usr3";
gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "mmc1"; linux,default-trigger = "mmc1";
default-state = "off"; 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