aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/arch/arm/boot/dts
Commit message (Collapse)AuthorAgeFilesLines
* add compatible property to pci nodeFlorian Fainelli2012-07-151-0/+1
| | | | SVN-Revision: 32730
* give an unique partition identifier for dLAN USB Extender Combined partitionFlorian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32626
* add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
| | | | SVN-Revision: 32603
* remove platform specific initialization from ethernet driverFlorian Fainelli2012-06-232-1/+5
| | | | | | | | Hardware filtering must always be enabled as long as there is an Ethernet device registered, and use device tree for setting the link activity and buffer shifting enable/disable bit. SVN-Revision: 32486
* add Moschip MSC814x supportFlorian Fainelli2012-06-193-0/+346
This target currently only supports Moschip's MCS8140 SoC, but support for other chips in the same family (MCS8142, MCS8144) will be easy to add. Target support is entirely using Device Tree for probing peripherals. Drivers support include: - PCI - USB 1 & 2 - watchdog - random number generator - UART - timer - internal Ethernet PHY - Ethernet MAC core Support for the following boards is included using Device Tree - Devolo dLAN USB Extender - Tigal RBT-832 SVN-Revision: 32462