ath79: expand rootfs for DIR-825-B1 with unused space
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7161_dlink_dir-825-b1.dts
index 11b23d48791fc168a11627ff3f91e5407c8a5414..30c7e0edb9b21133a786f39b9f6e75cefb554110 100644 (file)
@@ -1,24 +1,19 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "ar7100.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "ar7100.dtsi"
-
 / {
        compatible = "dlink,dir-825-b1", "qca,ar7161";
        model = "D-Link DIR825B1";
 
        aliases {
-               led-boot = &orange_power;
-               led-failsafe = &orange_power;
-               led-running = &blue_power;
-               led-upgrade = &orange_power;
-       };
-
-       chosen {
-               bootargs = "console=ttyS0,115200";
+               led-boot = &led_power_orange;
+               led-failsafe = &led_power_orange;
+               led-running = &led_power_blue;
+               led-upgrade = &led_power_orange;
        };
 
        extosc: ref {
 
        leds {
                compatible = "gpio-leds";
-               blue_usb {
-                       label = "d-link:blue:usb";
+
+               usb {
+                       label = "blue:usb";
                        gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
-                       trigger-sources = <&usb_ochi_port>, <&usb_echi_port>;
+                       trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>;
                        linux,default-trigger = "usbport";
                };
 
-               orange_power: orange_power {
-                       label = "d-link:orange:power";
+               led_power_orange: power_orange {
+                       label = "orange:power";
                        gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
-               blue_power: blue_power {
-                       label = "d-link:blue:power";
+               led_power_blue: power_blue {
+                       label = "blue:power";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
 
-               blue_wps {
-                       label = "d-link:blue:wps";
+               wps {
+                       label = "blue:wps";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                };
 
-               orange_planet {
-                       label = "d-link:orange:planet";
+               planet_orange {
+                       label = "orange:planet";
                        gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
                };
 
-               blue_planet {
-                       label = "d-link:blue:planet";
+               planet_blue {
+                       label = "blue:planet";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
        };
                compatible = "gpio-leds";
 
                wlan2g {
-                       label = "d-link:blue:wlan2g";
+                       label = "blue:wlan2g";
                        gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wlan5g {
-                       label = "d-link:blue:wlan5g";
+                       label = "blue:wlan5g";
                        gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
                        };
                };
        };
+
+       virtual_flash {
+               compatible = "mtd-concat";
+               devices = <&fwconcat0 &fwconcat1>;
+
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               compatible = "denx,uimage";
+                               label = "firmware";
+                               reg = <0x0 0x0>;
+                       };
+               };
+       };
 };
 
 &usb1 {
        #size-cells = <0>;
        status = "okay";
 
-       usb_ochi_port: port@1 {
+       usb_ohci_port: port@1 {
                reg = <1>;
                #trigger-source-cells = <0>;
        };
        #size-cells = <0>;
        status = "okay";
 
-       usb_echi_port: port@1 {
+       usb_ehci_port: port@1 {
                reg = <1>;
                #trigger-source-cells = <0>;
        };
        };
 };
 
-&uart {
-       status = "okay";
-};
-
 &pll {
        clocks = <&extosc>;
 };
 
 &spi {
        status = "okay";
-       num-cs = <1>;
 
        flash@0 {
                compatible = "jedec,spi-nor";
                                read-only;
                        };
 
-                       partition@50000 {
-                               compatible = "denx,uimage";
-                               label = "firmware";
+                       fwconcat0: partition@50000 {
+                               label = "fwconcat0";
                                reg = <0x050000 0x610000>;
                        };
 
-                       caldata: partition@60000 {
+                       partition@660000 {
                                label = "caldata";
                                reg = <0x660000 0x010000>;
                                read-only;
                        };
 
-                       partition@670000 {
-                               label = "unknown";
+                       fwconcat1: partition@670000 {
+                               label = "fwconcat1";
                                reg = <0x670000 0x190000>;
-                               read-only;
                        };
                };
        };
 
 &eth0 {
        status = "okay";
+
        pll-data = <0x11110000 0x00001099 0x00991099>;
 
        fixed-link {
 
 &eth1 {
        status = "okay";
+
        pll-data = <0x11110000 0x00001099 0x00991099>;
 
        phy-handle = <&phy4>;