ath79: improve support for Letv LBA-047-CH
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9531_letv_lba-047-ch.dts
index d65417c0d52510d5b5da6aeaeee82f8bdd00d3b7..586facc9e5be34345082354028cc4039fd6b7bc7 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 #include <dt-bindings/mtd/partitions/uimage.h>
 
 / {
        compatible = "letv,lba-047-ch", "qca,qca9531";
 
        aliases {
-               led-boot = &led_status_red;
-               led-failsafe = &led_status_red;
-               led-running = &led_status_blue;
-               led-upgrade = &led_status_red;
                label-mac-device = &eth0;
+               led-boot = &led_status_red;
+               led-failsafe = &led_status_blue;
+               led-running = &led_status_green;
+               led-upgrade = &led_status_blue;
        };
 
        keys {
        leds {
                compatible = "gpio-leds";
 
-               pinctrl-names = "default";
-               pinctrl-0 = <&led_wan_pin>;
-
-               led_status_blue: status_blue {
+               led_status_blue: led-0 {
                        label = "blue:status";
+                       color = <LED_COLOR_ID_BLUE>;
+                       function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                };
 
-               led_status_red: status_red {
+               led_status_green: led-1 {
+                       label = "green:status";
+                       color = <LED_COLOR_ID_GREEN>;
+                       function = LED_FUNCTION_STATUS;
+                       gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
+               };
+
+               led_status_red: led-2 {
                        label = "red:status";
+                       color = <LED_COLOR_ID_RED>;
+                       function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
        };
        };
 };
 
-&pinmux {
-       /* GPIO 4: LED_LINK_5 (WAN) */
-       led_wan_pin: pinmux_led_wan_pin {
-               pinctrl-single,bits = <0x04 0x0000002d 0x000000ff>;
-       };
-};
-
 &spi {
        status = "okay";
 
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <50000000>;
+               spi-max-frequency = <30000000>;
                m25p,fast-read;
 
                partitions {
                                reg = <0xe90000 0x160000>;
                        };
 
-                       art: partition@ff0000 {
+                       partition@ff0000 {
                                label = "art";
                                reg = <0xff0000 0x10000>;
                                read-only;
+
+                               compatible = "nvmem-cells";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               macaddr_art_0: macaddr@0 {
+                                       reg = <0x0 0x6>;
+                               };
+
+                               macaddr_art_6: macaddr@6 {
+                                       reg = <0x6 0x6>;
+                               };
+
+                               cal_art_1000: calibration@1000 {
+                                       reg = <0x1000 0x440>;
+                               };
                        };
                };
        };
 &wmac {
        status = "okay";
 
-       mtd-cal-data = <&art 0x1000>;
-};
-
-&art {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_art_0: macaddr@0 {
-               reg = <0x0 0x6>;
-       };
-
-       macaddr_art_6: macaddr@6 {
-               reg = <0x6 0x6>;
-       };
+       nvmem-cells = <&cal_art_1000>;
+       nvmem-cell-names = "calibration";
 };