ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7620a_xiaomi_miwifi-mini.dts
index 144215106341346d1eb88a6bbd68d78cb19853f6..9f5df5dd795a552786bf9b7795693900de78293c 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620a.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
                compatible = "gpio-leds";
 
                led_blue: blue {
-                       label = "miwifi-mini:blue:status";
+                       label = "blue:status";
                        gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                yellow {
-                       label = "miwifi-mini:yellow:status";
+                       label = "yellow:status";
                        gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
                };
 
                red {
-                       label = "miwifi-mini:red:status";
+                       label = "red:status";
                        gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
                };
+
+               wan {
+                       label = "green:wan";
+                       gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
+               };
+
+               lan1 {
+                       label = "green:lan1";
+                       gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
+               };
+
+               lan2 {
+                       label = "green:lan2";
+                       gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
+               };
        };
 
        keys {
        };
 };
 
-&gpio0 {
-       status = "okay";
-};
-
 &gpio1 {
        status = "okay";
 };
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <10000000>;
+               spi-max-frequency = <70000000>;
+               m25p,fast-read;
 
                partitions {
                        compatible = "fixed-partitions";
                        partition@0 {
                                label = "u-boot";
                                reg = <0x0 0x30000>;
+                               read-only;
                        };
 
                        partition@30000 {
                                label = "u-boot-env";
                                reg = <0x30000 0x10000>;
-                               read-only;
                        };
 
                        factory: partition@40000 {
 };
 
 &ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
-       mtd-mac-address = <&factory 0x28>;
+       nvmem-cells = <&macaddr_factory_28>;
+       nvmem-cell-names = "mac-address";
+
        mediatek,portmap = "llllw";
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
        pinctrl-names = "default";
        pinctrl-0 = <&pa_pins>;
 };
 
 &state_default {
        gpio {
-               groups = "i2c", "rgmii1";
+               groups = "ephy", "i2c", "rgmii1";
                function = "gpio";
        };
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_28: macaddr@28 {
+               reg = <0x28 0x6>;
+       };
+};