ramips: mt7620: use OKLI loader with Jboot devices
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_dlink_dwr-118-a1.dts
index 2e755b66205d966eff811ab39af511442f39c5dc..8ae566d448b999e6f37ec23e85f8c57c3d99f45a 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/mtd/partitions/uimage.h>
 
 / {
        compatible = "dlink,dwr-118-a1", "ralink,mt7620a-soc";
                        };
 
                        partition@10000 {
-                               compatible = "amit,jimage";
+                               compatible = "openwrt,uimage", "denx,uimage";
+                               openwrt,ih-magic = <IH_MAGIC_OKLI>;
+                               openwrt,offset = <0x10000>;
                                label = "firmware";
                                reg = <0x10000 0xfe0000>;
                        };
 &pcie0 {
        wifi@0,0 {
                reg = <0x0000 0 0 0 0>;
-               mtd-mac-address = <&config 0xe496>;
+               nvmem-cells = <&macaddr_config_e496>;
+               nvmem-cell-names = "mac-address";
                mac-address-increment = <(2)>;
                mediatek,mtd-eeprom = <&config 0xe083>;
 
        mediatek,port4-gmac;
        mediatek,ephy-base = /bits/ 8 <8>;
 };
+
+&config {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_config_e496: macaddr@e496 {
+               reg = <0xe496 0x6>;
+       };
+};