diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9558_tplink_archer-c5-v1.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9558_tplink_archer-c5-v1.dts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_tplink_archer-c5-v1.dts b/target/linux/ath79/dts/qca9558_tplink_archer-c5-v1.dts index 9ffbce0a21..85012d3aac 100644 --- a/target/linux/ath79/dts/qca9558_tplink_archer-c5-v1.dts +++ b/target/linux/ath79/dts/qca9558_tplink_archer-c5-v1.dts @@ -5,6 +5,10 @@ / { compatible = "tplink,archer-c5-v1", "qca,qca9558"; model = "TP-Link Archer C5 v1"; + + aliases { + label-mac-device = ð1; + }; }; &keys { @@ -43,3 +47,31 @@ read-only; }; }; + +ð0 { + nvmem-cells = <&macaddr_uboot_1fc00>; + nvmem-cell-names = "mac-address"; + mac-address-increment = <1>; +}; + +ð1 { + nvmem-cells = <&macaddr_uboot_1fc00>; + nvmem-cell-names = "mac-address"; +}; + +&wmac { + mtd-cal-data = <&art 0x1000>; + + nvmem-cells = <&macaddr_uboot_1fc00>; + nvmem-cell-names = "mac-address"; +}; + +&uboot { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_uboot_1fc00: macaddr@1fc00 { + reg = <0x1fc00 0x6>; + }; +}; |