|
@@ -101,15 +101,19 @@
|
|
compatible = "gpio-leds";
|
|
compatible = "gpio-leds";
|
|
led1 {
|
|
led1 {
|
|
gpios = <&pfc 20 GPIO_ACTIVE_LOW>;
|
|
gpios = <&pfc 20 GPIO_ACTIVE_LOW>;
|
|
|
|
+ label = "LED1";
|
|
};
|
|
};
|
|
led2 {
|
|
led2 {
|
|
gpios = <&pfc 21 GPIO_ACTIVE_LOW>;
|
|
gpios = <&pfc 21 GPIO_ACTIVE_LOW>;
|
|
|
|
+ label = "LED2";
|
|
};
|
|
};
|
|
led3 {
|
|
led3 {
|
|
gpios = <&pfc 22 GPIO_ACTIVE_LOW>;
|
|
gpios = <&pfc 22 GPIO_ACTIVE_LOW>;
|
|
|
|
+ label = "LED3";
|
|
};
|
|
};
|
|
led4 {
|
|
led4 {
|
|
gpios = <&pfc 23 GPIO_ACTIVE_LOW>;
|
|
gpios = <&pfc 23 GPIO_ACTIVE_LOW>;
|
|
|
|
+ label = "LED4";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|