diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9563_elecom_wrc-1750ghbk2-i.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9563_elecom_wrc-1750ghbk2-i.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9563_elecom_wrc-1750ghbk2-i.dts b/target/linux/ath79/dts/qca9563_elecom_wrc-1750ghbk2-i.dts index b4f7718230..510b577d19 100644 --- a/target/linux/ath79/dts/qca9563_elecom_wrc-1750ghbk2-i.dts +++ b/target/linux/ath79/dts/qca9563_elecom_wrc-1750ghbk2-i.dts @@ -50,3 +50,23 @@ &pcie { status = "okay"; }; + +ð0 { + nvmem-cells = <&macaddr_art_1002>; + nvmem-cell-names = "mac-address"; + mac-address-increment = <(-1)>; +}; + +&wmac { + mtd-cal-data = <&art 0x1000>; +}; + +&art { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_art_1002: macaddr@1002 { + reg = <0x1002 0x6>; + }; +}; |