diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi index b6ce7b1f56..bbd66e113c 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi +++ b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi @@ -74,14 +74,26 @@ &wmac { status = "okay"; - mtd-mac-address = <&rom 0xf100>; + nvmem-cells = <&macaddr_rom_f100>; + nvmem-cell-names = "mac-address"; mediatek,mtd-eeprom = <&radio 0x0>; }; ðernet { - mtd-mac-address = <&rom 0xf100>; + nvmem-cells = <&macaddr_rom_f100>; + nvmem-cell-names = "mac-address"; }; &esw { mediatek,portmap = <0x3e>; }; + +&rom { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_rom_f100: macaddr@f100 { + reg = <0xf100 0x6>; + }; +}; |