diff options
Diffstat (limited to 'target/linux/ath79/dts/ar7242_ubnt_edgeswitch-5xp.dts')
-rw-r--r-- | target/linux/ath79/dts/ar7242_ubnt_edgeswitch-5xp.dts | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7242_ubnt_edgeswitch-5xp.dts b/target/linux/ath79/dts/ar7242_ubnt_edgeswitch-5xp.dts index 85e85d8415..b353e76028 100644 --- a/target/linux/ath79/dts/ar7242_ubnt_edgeswitch-5xp.dts +++ b/target/linux/ath79/dts/ar7242_ubnt_edgeswitch-5xp.dts @@ -67,10 +67,21 @@ phy-handle = <&phy0>; phy-mode = "rgmii"; - mtd-mac-address = <&art 0x0>; + nvmem-cells = <&macaddr_art_0>; + nvmem-cell-names = "mac-address"; fixed-link { speed = <1000>; full-duplex; }; }; + +&art { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_art_0: macaddr@0 { + reg = <0x0 0x6>; + }; +}; |