X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FALL0239-3G.dts;h=840ec7851c3d508040cf0670eeaeb853bdcc6e08;hb=a58535771f115c1c95c91ce6af769852d64a8f27;hp=17dc95dc6006bdd951d1979398076efadcb8b517;hpb=82c3b7ce2669e44619adbdfa9b26113aa12ef2c0;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/dts/ALL0239-3G.dts b/target/linux/ramips/dts/ALL0239-3G.dts index 17dc95dc60..840ec7851c 100644 --- a/target/linux/ramips/dts/ALL0239-3G.dts +++ b/target/linux/ramips/dts/ALL0239-3G.dts @@ -1,122 +1,127 @@ /dts-v1/; -/include/ "rt3050.dtsi" +#include "rt3050.dtsi" + +#include +#include / { - compatible = "ALL0239-3G", "ralink,rt3052-soc"; + compatible = "allnet,all0239-3g", "ralink,rt3052-soc"; model = "Allnet ALL0239-3G"; - memorydetect { - ralink,memory = <0x0 0x200000 0x4000000>; + aliases { + led-status = &led_status; }; - chosen { - bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; - }; - - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; - ralink,gpiomux = "mdio"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; - }; - - }; cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; - #address-cells = <1>; - #size-cells = <1>; - partition@0 { - label = "u-boot"; - reg = <0x0 0x30000>; - read-only; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + partition@0 { + label = "u-boot"; + reg = <0x0 0x30000>; + read-only; + }; + + partition@30000 { + label = "u-boot-env"; + reg = <0x30000 0x10000>; + read-only; + }; + + factory: partition@40000 { + label = "factory"; + reg = <0x40000 0x10000>; + read-only; + }; + + partition@50000 { + label = "firmware"; + reg = <0x50000 0x7b0000>; + }; }; - - partition@30000 { - label = "u-boot-env"; - reg = <0x30000 0x10000>; - read-only; - }; - - factory: partition@40000 { - label = "factory"; - reg = <0x40000 0x10000>; - read-only; - }; - - partition@50000 { - label = "firmware"; - reg = <0x50000 0x7b0000>; - }; - }; - - ethernet@10100000 { - status = "okay"; - }; - - esw@10110000 { - status = "okay"; - ralink,portmap = <0x3e>; }; gpio-leds { compatible = "gpio-leds"; + usb { - label = "hw550-3g:green:usb"; - gpios = <&gpio0 8 1>; + label = "all0239-3g:green:usb"; + gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; + trigger-sources = <&otg_port1>; + linux,default-trigger = "usbport"; }; + 3g { - label = "hw550-3g:green:3g"; - gpios = <&gpio0 11 1>; + label = "all0239-3g:green:3g"; + gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; - status { - label = "hw550-3g:green:status"; - gpios = <&gpio0 12 1>; + + led_status: status { + label = "all0239-3g:green:status"; + gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; }; + wps { - label = "hw550-3g:green:wps"; - gpios = <&gpio0 14 1>; + label = "all0239-3g:green:wps"; + gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; }; }; gpio-keys-polled { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <20>; + reset { label = "reset"; - gpios = <&gpio0 10 1>; - linux,code = <0x198>; + gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; + linux,code = ; }; + connect { label = "connect"; - gpios = <&gpio0 7 1>; - linux,code = <0xda>; + gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; + linux,code = ; }; + wps { label = "wps"; - gpios = <&gpio0 0 1>; - linux,code = <0x211>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; + linux,code = ; }; }; +}; - wmac@10180000 { - status = "okay"; +&pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; }; +}; - otg@101c0000 { - status = "okay"; - }; +ðernet { + mtd-mac-address = <&factory 0x28>; +}; + +&esw { + status = "okay"; + mediatek,portmap = <0x3e>; +}; + +&wmac { + ralink,mtd-eeprom = <&factory 0>; +}; + +&otg { + status = "okay"; };