aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x
Commit message (Expand)AuthorAgeFilesLines
...
* ramips: default profile fixGabor Juhos2010-12-051-1/+1
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-242-0/+2
* ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)Gabor Juhos2010-09-272-0/+2
* ramips: allow USBGabor Juhos2010-09-272-6/+0
* ramips: add support for Sparklan WCR-150GN boardGabor Juhos2010-08-152-0/+2
* ramips: sync kernel configGabor Juhos2010-07-131-8/+0
* fix commit r21994 (thanks juhosg)Alexandros C. Couloumbis2010-06-301-1/+0
* fix commit r21993Alexandros C. Couloumbis2010-06-301-0/+1
* ramips: add missing 2.6.34 config filesGabor Juhos2010-05-281-0/+175
* ramips: sync 2.6.32 configGabor Juhos2010-05-281-2/+0
* ramips: add diag supportGabor Juhos2010-04-111-1/+1
* ramips: enable image commandline hack and cmdline partition parsingGabor Juhos2010-04-111-0/+2
* ramips: add default profilesGabor Juhos2010-04-111-0/+16
* ramips: sync kernel configGabor Juhos2010-03-301-7/+7
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes s...Nicolas Thill2010-03-111-0/+1
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-5/+5
* ramips: nuke 2.6.30 supportGabor Juhos2010-01-311-153/+0
* ramips: register gpio buttons on the DIR-300 revB boardGabor Juhos2010-01-302-2/+2
* ramips: add common gpio-buttons deviceGabor Juhos2010-01-302-0/+2
* ramips: add preliminary support for 2.6.32Gabor Juhos2010-01-261-0/+155
* ramips: sync kernel configGabor Juhos2010-01-261-6/+5
* some more Kconfig symbol move..Imre Kaloz2009-11-111-2/+0
* another round of kernel config cleanupsImre Kaloz2009-11-111-2/+0
* sort all target config filesImre Kaloz2009-11-111-5/+5
* use gpio_led package rather than staticly linking it into the kernelJohn Crispin2009-10-251-1/+1
* select CONFIG_LEDS_GPIO per defaultJohn Crispin2009-10-251-1/+1
* select fon20n machJohn Crispin2009-10-241-0/+1
* adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt...John Crispin2009-10-231-0/+1
* ramips: add preliminary support for the DIR-300 revB boardGabor Juhos2009-10-181-0/+1
* move IMAGE_CMDLINE_HACK default to generic from targetsAndy Boyett2009-10-051-1/+0
* ramips: since both subtargets are marked as broken, move FEATURES to the main...Felix Fietkau2009-09-251-1/+0
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-101-1/+0
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-101-0/+1
* initial support for the AP-R3052-V22RW-2X2 boardGabor Juhos2009-09-021-0/+1
* remove unused *_MACH_GENERIC config optionsGabor Juhos2009-09-011-1/+0
* register GPIO LEDs on the WHR-G300N boardGabor Juhos2009-08-311-0/+1
* rt305x: remove HW_HAS_PCI config optionGabor Juhos2009-08-311-1/+0
* initial support for RT288x/RT305xGabor Juhos2009-08-302-0/+167
ass="p">; }; router_o { label = "wsr-600:orange:router"; gpios = <&gpio1 13 GPIO_ACTIVE_LOW>; }; router_g { label = "wsr-600:green:router"; gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; }; internet_o { label = "wsr-600:orange:internet"; gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; }; internet_g { label = "wsr-600:green:internet"; gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys-polled"; poll-interval = <20>; power { label = "power"; gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; linux,code = <KEY_POWER>; }; reset { label = "reset"; gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; linux,code = <KEY_RESTART>; }; aoss { label = "aoss"; gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; linux,code = <KEY_WPS_BUTTON>; }; auto { label = "mode"; gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; linux,code = <BTN_0>; linux,input-type = <EV_SW>; }; ap { label = "ap"; gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; linux,code = <BTN_0>; linux,input-type = <EV_SW>; }; router { label = "router"; gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>; linux,code = <BTN_0>; linux,input-type = <EV_SW>; }; }; gpio_poweroff { compatible = "gpio-poweroff"; gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; }; }; &spi0 { status = "okay"; m25p80@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; 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 { compatible = "denx,uimage"; label = "firmware"; reg = <0x50000 0xfb0000>; }; }; }; }; &pinctrl { state_default: pinctrl0 { gpio { ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci"; ralink,function = "gpio"; }; }; }; &pcie { status = "okay"; }; &pcie0 { rt5592@0,0 { reg = <0x0000 0 0 0 0>; ralink,mtd-eeprom = <&factory 0x8000>; }; }; &pcie1 { mt76@0,0 { reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x0000>; }; }; &xhci { status = "disabled"; };