Hi Cody,
Well spotted the typo with the lablels, but it still does not work. The
dts file I now am using is
/dts-v1/;
/plugin/;
/
{
compatible = "ti,beaglebone", "ti,beaglebone-black";
part-number = "BBB-LEDS-00A0";
version = "00A0";
fragment@0
{
target = <&ocp>;
__overlay__
{
gpio-leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&userled_pins>;
led0 {
label = "beaglebone:green:usr0";
gpios = <&gpio2 21 0>;
linux,default-trigger = "none";
default-state = "off";
};
led1 {
label = "beaglebone:green:usr1";
gpios = <&gpio2 22 0>;
linux,default-trigger = "none";
default-state = "off";
};
led2 {
label = "beaglebone:green:usr2";
gpios = <&gpio2 23 0>;
linux,default-trigger = "none";
default-state = "off";
};
led3 {
label = "beaglebone:green:usr3";
gpios = <&gpio2 24 0>;
default-state = "off";
linux,default-trigger = "none";
};
};
};
};
};
Thanks
Stuart
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.