X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FRE6500.dts;h=b2b5a29238bca252414ee13aab39be2f9af9619d;hp=3fe875db1227d61a6eb12486ed6c091414d11cc4;hb=bf5829ddf91bd4a89321d41b3e742f74b8211674;hpb=f1d0eba3eaf1e65ed4a185bb620540f6adbcc945 diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 3fe875db12..b2b5a29238 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -2,9 +2,11 @@ #include "mt7621.dtsi" +#include #include / { + compatible = "linksys,re6500", "mediatek,mt7621-soc"; model = "Linksys RE6500"; memory@0 { @@ -21,12 +23,12 @@ wifi { label = "re6500:orange:wifi"; - gpios = <&gpio0 0 0>; + gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; }; power { label = "re6500:white:power"; - gpios = <&gpio0 9 0>; + gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; }; }; @@ -38,13 +40,13 @@ wps { label = "wps"; - gpios = <&gpio0 10 1>; + gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; linux,code = ; }; reset { label = "reset"; - gpios = <&gpio0 11 0>; + gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>; linux,code = ; }; }; @@ -103,7 +105,7 @@ reg = <0x0000 0 0 0 0>; device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x0000>; - mediatek,2ghz = <0>; + ieee80211-freq-limit = <5000000 6000000>; }; }; @@ -112,7 +114,7 @@ reg = <0x0000 0 0 0 0>; device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x8000>; - mediatek,5ghz = <0>; + ieee80211-freq-limit = <2400000 2500000>; }; }; };