X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Far9342_ubnt_wa.dtsi;h=d141d48dae44f1df1e3a667fe5f7f2ce6e61b348;hb=80713657b20d58c2fb7fa503e24cbf7db379550f;hp=b684ad87ee3c73ae70f3dced326d382757e69495;hpb=bc5761f90b4937ba56400eccee781d9a01141b49;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ath79/dts/ar9342_ubnt_wa.dtsi b/target/linux/ath79/dts/ar9342_ubnt_wa.dtsi index b684ad87ee..d141d48dae 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_wa.dtsi +++ b/target/linux/ath79/dts/ar9342_ubnt_wa.dtsi @@ -1,12 +1,12 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only + +#include "ar9344.dtsi" #include #include -#include "ar9344.dtsi" - / { - compatible = "ubnt,wa", "qca,ar9344"; + compatible = "ubnt,wa", "qca,ar9342"; model = "Ubiquiti Networks WA board"; keys { @@ -29,17 +29,12 @@ status = "okay"; }; -&gpio { - status = "okay"; -}; - &pcie { status = "okay"; }; &spi { status = "okay"; - num-cs = <1>; flash@0 { compatible = "jedec,spi-nor"; @@ -64,6 +59,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0xf60000>; }; @@ -74,8 +70,8 @@ read-only; }; - eeprom: partition@ff0000 { - label = "EEPROM"; + art: partition@ff0000 { + label = "art"; reg = <0xff0000 0x010000>; read-only; }; @@ -87,6 +83,5 @@ status = "okay"; qca,disable-5ghz; - mtd-cal-data = <&eeprom 0x1000>; - mtd-mac-address = <&eeprom 0x1002>; + mtd-cal-data = <&art 0x1000>; };