diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9563_tplink_re450-v2.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_re450-v2.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts b/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts index d0356d6680..73cf5323ee 100644 --- a/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts +++ b/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts @@ -5,6 +5,10 @@ / { compatible = "tplink,re450-v2", "qca,qca9563"; model = "TP-Link RE450 v2"; + + aliases { + label-mac-device = ð0; + }; }; &partitions { @@ -44,3 +48,25 @@ read-only; }; }; + +ð0 { + nvmem-cells = <&macaddr_info_8>; + nvmem-cell-names = "mac-address"; +}; + +&wmac { + mtd-cal-data = <&art 0x1000>; + + nvmem-cells = <&macaddr_info_8>; + nvmem-cell-names = "mac-address"; +}; + +&info { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_info_8: macaddr@8 { + reg = <0x8 0x6>; + }; +}; |