X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Framips%2Fdts%2FWF-2881.dts;h=bc9d6d72295c42d3403491ae47ce0ccf41eda102;hb=48047b3a5c6aa9fff89a7a9c7ec76d8335b1a8e7;hp=2cad0ec344528e572406aca42a9531cd4a82bbad;hpb=2b55c83e68068887db9e49de8e81b1b4a267a4f2;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/WF-2881.dts b/target/linux/ramips/dts/WF-2881.dts index 2cad0ec344..bc9d6d7229 100644 --- a/target/linux/ramips/dts/WF-2881.dts +++ b/target/linux/ramips/dts/WF-2881.dts @@ -2,12 +2,20 @@ #include "mt7621.dtsi" +#include #include / { - compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc"; + compatible = "netis,wf-2881", "mediatek,mt7621-soc"; model = "NETIS WF-2881"; + aliases { + led-boot = &led_wps; + led-failsafe = &led_wps; + led-running = &led_wps; + led-upgrade = &led_wps; + }; + memory@0 { device_type = "memory"; reg = <0x0 0x8000000>; @@ -17,8 +25,41 @@ bootargs = "console=ttyS0,57600"; }; - nand@1e003000 { - status = "okay"; + leds { + compatible = "gpio-leds"; + + usb { + label = "wf-2881:green:usb"; + gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; + trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>; + linux,default-trigger = "usbport"; + }; + + led_wps: wps { + label = "wf-2881:green:wps"; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; + }; + }; + + keys { + compatible = "gpio-keys-polled"; + poll-interval = <20>; + + reset { + label = "reset"; + gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; + linux,code = ; + }; + }; +}; + +&nand { + status = "okay"; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; partition@0 { label = "u-boot"; @@ -45,62 +86,30 @@ }; partition@140000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x140000 0x7E40000>; }; }; - - gpio-leds { - compatible = "gpio-leds"; - - usb { - label = "wf-2881:green:usb"; - gpios = <&gpio0 6 1>; - }; - - wps { - label = "wf-2881:green:wps"; - gpios = <&gpio0 0 1>; - }; - }; - - gpio-keys-polled { - compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; - poll-interval = <20>; - - reset { - label = "reset"; - gpios = <&gpio0 12 1>; - linux,code = ; - }; - }; -}; - -&spi0 { - status="disabled"; }; &pcie { status = "okay"; +}; - pcie0 { - mt76@0,0 { - reg = <0x0000 0 0 0 0>; - device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x8000>; - mediatek,2ghz = <0>; - }; +&pcie0 { + mt76@0,0 { + reg = <0x0000 0 0 0 0>; + mediatek,mtd-eeprom = <&factory 0x8000>; + ieee80211-freq-limit = <5000000 6000000>; }; +}; - pcie1 { - mt76@1,0 { - reg = <0x0000 0 0 0 0>; - device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x0000>; - mediatek,5ghz = <0>; - }; +&pcie1 { + mt76@0,0 { + reg = <0x0000 0 0 0 0>; + mediatek,mtd-eeprom = <&factory 0x0000>; + ieee80211-freq-limit = <2400000 2500000>; }; };