X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Framips%2Fdts%2FV11STFE.dts;h=8ac95505ff2c1f872943ad4db6569b53dadc7833;hb=f9b8328d794473fcd044197ec64abf87761793e4;hp=9cf3300ba0e576f02225ac6436b3c22ddd752632;hpb=f8b6c9d82599d29e3d09185e3a190fc4d145e5ea;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/dts/V11STFE.dts b/target/linux/ramips/dts/V11STFE.dts index 9cf3300ba0..8ac95505ff 100644 --- a/target/linux/ramips/dts/V11STFE.dts +++ b/target/linux/ramips/dts/V11STFE.dts @@ -2,32 +2,15 @@ #include "rt2880.dtsi" +#include +#include + / { - compatible = "V11ST-FE", "ralink,rt2880-soc"; + compatible = "ralink,v11st-fe", "ralink,rt2880-soc"; model = "Ralink V11ST-FE"; - palmbus@300000 { - gpio0: gpio@600 { - status = "okay"; - }; - }; - - ethernet@400000 { - status = "okay"; - }; - - wmac@480000 { - ralink,mtd-eeprom = <&factory 0>; - }; - - pci@10140000 { - status = "okay"; - - host-bridge { - pci-bridge@1 { - status = "okay"; - }; - }; + aliases { + led-status = &led_status; }; nor-flash@1c000000 { @@ -69,17 +52,33 @@ wps { label = "wps"; - gpios = <&gpio0 0 0>; - linux,code = <0x211>; + gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; + linux,code = ; }; }; gpio-leds { compatible = "gpio-leds"; - status { + led_status: status { label = "v11st-fe:green:status"; - gpios = <&gpio0 12 1>; + gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; }; }; }; + +&gpio0 { + status = "okay"; +}; + +ðernet { + status = "okay"; +}; + +&pci { + status = "okay"; +}; + +&wmac { + ralink,mtd-eeprom = <&factory 0>; +};