|
|
@@ -12,10 +12,10 @@
|
|
|
|
|
|
aliases {
|
|
|
label-mac-device = &gmac1;
|
|
|
- led-boot = &led_status;
|
|
|
- led-failsafe = &led_status;
|
|
|
- led-running = &led_status;
|
|
|
- led-upgrade = &led_status;
|
|
|
+ led-boot = &led_sys_red;
|
|
|
+ led-failsafe = &led_sys_red;
|
|
|
+ led-running = &led_sys_white;
|
|
|
+ led-upgrade = &led_sys_white;
|
|
|
serial0 = &uart0;
|
|
|
};
|
|
|
|
|
|
@@ -34,8 +34,8 @@
|
|
|
|
|
|
mode {
|
|
|
label = "mode";
|
|
|
- linux,input-type = <EV_SW>;
|
|
|
linux,code = <BTN_0>;
|
|
|
+ linux,input-type = <EV_SW>;
|
|
|
gpios = <&pio 0 GPIO_ACTIVE_LOW>;
|
|
|
debounce-interval = <60>;
|
|
|
};
|
|
|
@@ -44,18 +44,17 @@
|
|
|
leds {
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
- led_status: led_0 {
|
|
|
+ led_sys_red: led-0 {
|
|
|
function = LED_FUNCTION_POWER;
|
|
|
color = <LED_COLOR_ID_RED>;
|
|
|
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
|
|
|
- led_1 {
|
|
|
+ led_sys_white: led-1 {
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
color = <LED_COLOR_ID_WHITE>;
|
|
|
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
-
|
|
|
};
|
|
|
|
|
|
usb_vbus: regulator-usb {
|