summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a13-olinuxino.dts
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04ARM: sun5i: dt: Add USB host nodes to A13-OlinuxinoRoman Byshko1-0/+27
Add nodes for the usb-phy and ehci- and ohci-usb-host controllers. Signed-off-by: Roman Byshko <rbyshko@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-12-29ARM: sun4i: dt: Remove chosen nodesMaxime Ripard1-4/+0
The chosen nodes are nowadays pretty useless, since they will be overriden by the bootloader anyway. We can thus safely remove them. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-08-10ARM: sun5i: dt: Fix A13 SoC bus base addressMaxime Ripard1-1/+1
There was a typo in the base address used for the soc node in the A13 device tree. Fix it with the proper base address. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-06-15ARM: sun5i: olinuxino: Enable the i2c controllersMaxime Ripard1-0/+18
The A13-Olinuxino makes use of the 3 i2c controllers found on the Allwinner A13. Enable them in the device tree. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Tomasz Figa <tomasz.figa@gmail.com>
2013-04-08ARM: sunxi: dt: Reorganize the dtsiMaxime Ripard1-1/+1
In the early days, the A10 and A13 shared quite some code. Nowadays it shares less and less code, the A31 diverging even more, so it doesn't make much sense to continue to maintain this structure, just use one DTSI for every SoC, and that's it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-03-29ARM: sunxi: Rename uart nodes to serialMaxime Ripard1-1/+1
The other architecture use serial@address for their uart nodes, so rename our uart dt nodes to be consistent Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-03-05sunxi: a13-olinuxino: Add user LED to the device treeMaxime Ripard1-0/+20
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-01-22ARM: sunxi: olinuxino: Add muxing for the uartMaxime Ripard1-0/+2
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-12-20ARM: sunxi: rename device tree source filesOlof Johansson1-0/+30
This is the rename portion of "ARM: sunxi: Change device tree naming scheme for sunxi" that were missed when the patch was applied. Signed-off-by: Olof Johansson <olof@lixom.net>