aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun4i-a10-hackberry.dts
AgeCommit message (Collapse)Author
2013-04-08ARM: sunxi: dt: Reorganize the dtsiMaxime Ripard
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: hackberry: Add UART muxingMaxime Ripard
We previously relied on the bootloader to do the muxing of the UART for the Hackberry. Don't rely on it anymore and use pinctrl. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Emilio López <emilio@elopez.com.ar>
2013-03-29ARM: sunxi: Rename uart nodes to serialMaxime Ripard
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-01-08ARM: sunxi: Add device tree for Miniand HackberryMaxime Ripard
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>