X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Far9341_tplink_tl-wr842n-v2.dts;h=8c27fe1971440a351bb684f85829e0136f9c66c4;hp=0932fe9da216ceb2224de8385cfc02a79e9fb6f3;hb=HEAD;hpb=41cc7edc15010b41a9347988d42898b9001d7402 diff --git a/target/linux/ath79/dts/ar9341_tplink_tl-wr842n-v2.dts b/target/linux/ath79/dts/ar9341_tplink_tl-wr842n-v2.dts index 0932fe9da2..3efd824246 100644 --- a/target/linux/ath79/dts/ar9341_tplink_tl-wr842n-v2.dts +++ b/target/linux/ath79/dts/ar9341_tplink_tl-wr842n-v2.dts @@ -1,11 +1,17 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT +#include + #include "ar9341_tplink.dtsi" / { model = "TP-Link TL-WR842N/ND v2"; compatible = "tplink,tl-wr842n-v2", "qca,ar9341"; + aliases { + label-mac-device = &wmac; + }; + keys { compatible = "gpio-keys"; @@ -37,7 +43,8 @@ &leds { usb { - label = "tp-link:green:usb"; + function = LED_FUNCTION_USB; + color = ; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; trigger-sources = <&hub_port>; linux,default-trigger = "usbport"; @@ -47,8 +54,6 @@ &spi { status = "okay"; - num-cs = <1>; - flash@0 { compatible = "jedec,spi-nor"; reg = <0>; @@ -63,6 +68,18 @@ label = "u-boot"; reg = <0x000000 0x020000>; read-only; + + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_uboot_1fc00: macaddr@1fc00 { + compatible = "mac-base"; + reg = <0x1fc00 0x6>; + #nvmem-cell-cells = <1>; + }; + }; }; partition@20000 { @@ -81,20 +98,28 @@ }; &usb { - #address-cells = <1>; - #size-cells = <0>; status = "okay"; - - hub_port: port@1 { - reg = <1>; - #trigger-source-cells = <0>; - }; }; &usb_phy { status = "okay"; }; +ð0 { + nvmem-cells = <&macaddr_uboot_1fc00 (-1)>; + nvmem-cell-names = "mac-address"; +}; + ð1 { phy-handle = <&swphy4>; + + nvmem-cells = <&macaddr_uboot_1fc00 0>; + nvmem-cell-names = "mac-address"; +}; + +&wmac { + mtd-cal-data = <&art 0x1000>; + + nvmem-cells = <&macaddr_uboot_1fc00 0>; + nvmem-cell-names = "mac-address"; };