ramips/rt288x,rt3883: Name DTS files based on scheme
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / DIR-615-D.dts
index b59ff3c7c2e2cb6c61987e6964e782574d78fbe7..69cc5e252a964f9991f27b4c2a1a408c29c7301d 100644 (file)
@@ -6,11 +6,14 @@
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "dlink,dir-615-d1", "ralink,rt3050-soc";
+       compatible = "dlink,dir-615-d", "ralink,rt3050-soc";
        model = "D-Link DIR-615 D";
 
        aliases {
-               led-status = &led_status_green;
+               led-boot = &led_status_green;
+               led-failsafe = &led_status_green;
+               led-running = &led_status_green;
+               led-upgrade = &led_status_green;
        };
 
        cfi@1f000000 {
                        };
 
                        partition@50000 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x50000 0x3b0000>;
                        };
                };
        };
 
-       gpio-keys-polled {
+       keys {
                compatible = "gpio-keys-polled";
                poll-interval = <20>;
 
                };
        };
 
-       gpio-leds {
+       leds {
                compatible = "gpio-leds";
 
                status {
                        label = "dir-615-d:amber:status";
                        gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                led_status_green: status2 {