]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: Add OrangePi PC 2 initial support
authorAndre Przywara <andre.przywara@arm.com>
Thu, 16 Feb 2017 01:20:29 +0000 (01:20 +0000)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 5 Apr 2017 09:33:17 +0000 (15:03 +0530)
commite7bd15ea156f2a65d6aba167b9b7cd711caae2e6
tree39c27e2e33b71e525adc013ccb986e0934d5fa4f
parent997bde603877701accbdc05c45719ce562a843b8
sunxi: Add OrangePi PC 2 initial support

The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC.
Add a (64-bit only) defconfig defining the required options to build
the U-Boot proper.

Create a new .dts file for it by including the (32-bit) H3 SoC .dtsi
and changing the differing components accordingly.
This is a preliminary device tree mostly for U-Boot's own sake, it
is expected to be updated once the official DT gets accepted upstream.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[squash the commits, update the commit message]
Signed-off-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
arch/arm/dts/Makefile
arch/arm/dts/sun50i-h5-orangepi-pc2.dts [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/orangepi_pc2_defconfig [new file with mode: 0644]