|
@@ -204,12 +204,14 @@
|
|
led@4 {
|
|
led@4 {
|
|
label = "beaglebone:green:usr2";
|
|
label = "beaglebone:green:usr2";
|
|
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
|
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
|
|
|
+ linux,default-trigger = "cpu0";
|
|
default-state = "off";
|
|
default-state = "off";
|
|
};
|
|
};
|
|
|
|
|
|
led@5 {
|
|
led@5 {
|
|
label = "beaglebone:green:usr3";
|
|
label = "beaglebone:green:usr3";
|
|
gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
|
|
gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
|
|
|
|
+ linux,default-trigger = "mmc1";
|
|
default-state = "off";
|
|
default-state = "off";
|
|
};
|
|
};
|
|
};
|
|
};
|