aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun4i-a10-mini-xplus.dts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04ARM: sun4i: dt: Add USB host nodes to mini-xplus dtsHans de Goede1-0/+31
Add nodes for the usb-phy and ehci- and ohci-usb-host controllers. 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: sun4i: dt: Fix A10 SoC bus base addressMaxime Ripard1-1/+1
There was a typo in the base address used for the soc node in the A10 device tree. Fix it with the proper base address. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-05-13ARM: sunxi: Fix Mini X-plus device tree buildMaxime Ripard1-2/+2
Commit b00adbe0 ("ARM: sunxi: Rename uart nodes to serial") changed the node names in the DTSI, changes that were not accordingly made to the Mini X-Plus device tree. This breakage slipped through because it was not properly declared in the Makefile. Fix both issues. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-03-10ARM: sunxi: dt: Add support for the PineRiver Mini X-plusMaxime Ripard1-0/+32
This board comes with an Allwinner A10, two external USB ports, a SD Card reader, 1GB of RAM, the usual video connectors and an onboard wifi chip. Of course, the support is quite minimal for now... Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>