ramips: add support for SNR-CPE-ME2-SFP
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_hiwifi_hc5x61.dtsi
index 06f4054c50c669c3c8a31d109999d4fcd4cf486a..4c24857df1d1025fb8cc3cb13d626187c1abd94b 100644 (file)
                        linux,code = <KEY_RESTART>;
                };
        };
-
-       gpio_export {
-               compatible = "gpio-export";
-               #size-cells = <0>;
-
-               usbpower {
-                       gpio-export,name = "usbpower";
-                       gpio-export,output = <1>;
-                       gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
-               };
-       };
-};
-
-&sysc {
-       ralink,gpiomux = "i2c", "jtag";
-       ralink,uartmux = "gpio";
-       ralink,wdtmux = <1>;
-};
-
-&gpio2 {
-       status = "okay";
 };
 
 &gpio3 {
@@ -52,7 +31,8 @@
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <10000000>;
+               spi-max-frequency = <80000000>;
+               m25p,fast-read;
 
                partitions {
                        compatible = "fixed-partitions";
@@ -66,7 +46,7 @@
                        };
 
                        partition@30000 {
-                               label = "u-boot-env";
+                               label = "hw_panic";
                                reg = <0x30000 0x10000>;
                                read-only;
                        };
                        partition@50000 {
                                compatible = "denx,uimage";
                                label = "firmware";
-                               reg = <0x50000 0xf80000>;
+                               reg = <0x50000 0xf70000>;
                        };
 
-                       partition@fd0000 {
-                               label = "hwf_config";
-                               reg = <0xfd0000 0x10000>;
+                       partition@fc0000 {
+                               label = "oem";
+                               reg = <0xfc0000 0x20000>;
                                read-only;
                        };
 
 };
 
 &ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
-
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
 
        mediatek,portmap = "wllll";
 };
 
 &wmac {
        ralink,mtd-eeprom = <&factory 0x0>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&pa_pins>;
 };
 
 &state_default {
                function = "gpio";
        };
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
+};