summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
Commit message (Collapse)AuthorAgeFilesLines
* ramips: Add support of D-link DIR-620D1John Crispin2013-04-251-0/+101
| | | | | | | Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36432
* fix RT-N15 supportJohn Crispin2013-04-121-0/+95
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36325
* update rt2880.dtsiJohn Crispin2013-04-121-22/+62
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36324
* unbreak portmapping - typo fixJohn Crispin2013-04-091-6/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36293
* move memory detect node to dtsi filesJohn Crispin2013-04-0963-236/+16
| | | | | | Signed-of-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36290
* Add Netgear WNCE2001 (OF version)John Crispin2013-04-091-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Netgear WNCE2001. This is a small RT3052 device with 4MB spi flash and 32MB ram. 2 built-in antennas, 1x fastE, no USB, reset & wps switch. On my model the AP/RT switch is unpopulated, but I verified the gpio mapping for it. The stock firmware is running an unprotected tftpd which allows you to read any file from the filesystem. Serial port is present on testpads (See image on the wiki page). There are more testpads below the shield near the SoC, which may have JTAG. Slight annoyance: The bootloader is checksumming kernel&rootfs, but can be tricked by zeroing checksum and length fields in the checksum partition, see target/linux/ramips/base-files/lib/preinit/04_disable_wnce2001_flash_checksumming The manufacturer image is very similar to the DAP one, so I slightly modified mkdapimg to support generating it. The resulting openwrt-ramips-rt305x-wnce2001-squashfs-factory-(worldwide|northamerica).bin can be used to flash from stock to OpenWRT using the stock firmware upgrade function, without using the serial port. http://www.netgear.com/landing/wnce2001.aspx http://wiki.openwrt.org/toh/netgear/wnce2001 Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36289
* remove bootargs from dtsJohn Crispin2013-04-0953-196/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36288
* add ofpart info to the devicetreesJohn Crispin2013-04-0950-0/+1170
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36287
* add sample swconfig portmapJohn Crispin2013-04-091-0/+26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36286
* ramips: TEW-691GR.dts fixesGabor Juhos2013-04-081-15/+43
| | | | | | | | | | | * fix pinmux settings * remove spi node * add nor-flash node * enable mdio-bus and add phy handle Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36276
* ramips: OMNI-EMB-HPM.dts fixesGabor Juhos2013-04-081-5/+37
| | | | | | | | | | | * add mdio-bus and phy nodes * set phy-handle for the ethernet node * define flash partiions * cleanup flash node properties Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36273
* ramips: add mdio-bus node to rt3883.dtsiGabor Juhos2013-04-081-0/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36272
* ramips: fix console speed for OMNI-EMB-HPMGabor Juhos2013-04-081-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36270
* ramips: TEW-692GR.dts fixesGabor Juhos2013-04-081-15/+45
| | | | | | | | | | | * fix pinmux settings * remove spi node * add PCI node * add nor-flash node Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36268
* ramips: add PCI node into RTN56U.dtsGabor Juhos2013-04-071-0/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36264
* ramips: add PCI node for rt3883.dtsiGabor Juhos2013-04-071-0/+86
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36263
* ramips: fix polarity of GPIO buttons for RT-N56UGabor Juhos2013-04-071-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36257
* ramips: add nor-flash node for the RT-N56UGabor Juhos2013-04-071-0/+32
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36249
* ramips: fix pinmux settings for the RT-N56UGabor Juhos2013-04-071-1/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36248
* ramips: remove trailing whitespaces from dts filesGabor Juhos2013-04-077-7/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36246
* fix typos inside dts filesJohn Crispin2013-04-072-14/+14
| | | | | | Signed-off-by; Tobias Diedrick <ranma@tdiedrich.de> SVN-Revision: 36244
* fix default commandline in dts filesJohn Crispin2013-04-075-5/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36243
* ramips: remove top-level {address,size}-cells properties from .dts filesGabor Juhos2013-04-0758-116/+0
| | | | | | | | Those are defined in the SoC specific .dtsi files. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36237
* ramips: fix ethernet switch node in DIR-645.dtsGabor Juhos2013-04-061-3/+3
| | | | | | | | | Fix a typo in the node name and add vendor prefix for the compatible string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36231
* ramips: remove spi node from RTN56.dtsGabor Juhos2013-04-061-42/+1
| | | | | | | | The RT-N56U board uses a parallel flash. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36223
* ramips: fix ethernet switch node in RTN56U.dtsGabor Juhos2013-04-061-2/+2
| | | | | | | | The RT-N56U uses an RTL8367M switch. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36222
* fix typo pinmmux -> pinmuxJohn Crispin2013-04-0657-57/+57
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36216
* fix typo that made gpiomuxing failJohn Crispin2013-04-0516-16/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36212
* add profile for tenda w150m boardJohn Crispin2013-04-031-0/+98
| | | | | | | | http://patchwork.openwrt.org/patch/3371/ Signed-off-by: Chi Zhang <zhangchi866@gmail.com> SVN-Revision: 36176
* add Huawei D105John Crispin2013-04-031-0/+83
| | | | | | | | http://patchwork.openwrt.org/patch/3510/ Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 36173
* add profile for the Edimax 3g-6200NL boardJohn Crispin2013-04-031-0/+78
| | | | | | | | http://patchwork.openwrt.org/patch/3214/ Signed-off-by: Cédric Le Moing <cedric.le-moing@laposte.net> SVN-Revision: 36172
* add the dts files that describe the boards in futureJohn Crispin2013-04-0361-0/+6011
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36168