ramips/mt7621: Name DTS files based on scheme
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / AWUSFREE1.dts
index 959f6b7db491f73dad1c0750f31dde191e54d9c6..4e5ce1cc7b29608d23284ab7a6bd86df48d326db 100644 (file)
        model = "ALFA Network AWUSFREE1";
 
        aliases {
-               led-status = &led_system;
+               led-boot = &led_system;
+               led-failsafe = &led_system;
+               led-running = &led_system;
+               led-upgrade = &led_system;
        };
 
        chosen {
                bootargs = "console=ttyS0,115200";
        };
 
-       gpio-keys-polled {
+       keys {
                compatible = "gpio-keys-polled";
                poll-interval = <20>;
 
@@ -60,7 +63,7 @@
                };
        };
 
-       gpio-leds {
+       leds {
                compatible = "gpio-leds";
 
                led_system: system {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
-               m25p,chunked-io = <32>;
 
                partitions {
                        compatible = "fixed-partitions";
                        };
 
                        partition@50000 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x50000 0x7b0000>;
                        };