diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7621_asiarf_ap7621-nv1.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_asiarf_ap7621-nv1.dts | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_asiarf_ap7621-nv1.dts b/target/linux/ramips/dts/mt7621_asiarf_ap7621-nv1.dts index 4088b8137d..4900e8db66 100644 --- a/target/linux/ramips/dts/mt7621_asiarf_ap7621-nv1.dts +++ b/target/linux/ramips/dts/mt7621_asiarf_ap7621-nv1.dts @@ -12,7 +12,8 @@ port@0 { status = "okay"; label = "wan"; - mtd-mac-address = <&factory 0xe000>; + nvmem-cells = <&macaddr_factory_e000>; + nvmem-cell-names = "mac-address"; mac-address-increment = <1>; }; @@ -27,3 +28,13 @@ }; }; }; + +&factory { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_factory_e000: macaddr@e000 { + reg = <0xe000 0x6>; + }; +}; |