ramips: mt7628: move mtd-eeprom out of root DTSI
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7628an_rakwireless_rak633.dts
index ac7218510f7981e0ea530f90559f557ded508b11..61f78c162cbc922552325e8292fc5cc86f113200 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "mt7628an.dtsi"
 
        compatible = "rakwireless,rak633", "mediatek,mt7628an-soc";
        model = "Rakwireless RAK633";
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x4000000>;
-       };
-
        leds {
                compatible = "gpio-leds";
 
                wifi {
-                       label = "rak633:blue:wifi";
-                       gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+                       label = "blue:wifi";
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               wled_an {
-                       ralink,group = "wled_an";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       wled_an {
+               groups = "wled_an";
+               function = "gpio";
        };
 };
 
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x28>;
+       nvmem-cells = <&macaddr_factory_28>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
+
+       mediatek,mtd-eeprom = <&factory 0x0>;
+};
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_28: macaddr@28 {
+               reg = <0x28 0x6>;
+       };
 };