]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: dts: add Pine64 support
authorAndre Przywara <andre.przywara@arm.com>
Tue, 19 Jan 2016 10:36:39 +0000 (10:36 +0000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 3 Nov 2016 08:08:24 +0000 (09:08 +0100)
commit4e3886081848b7ea16452a92c4324acaab644d49
tree3b40774b7e5a6b1b29818ac500a6d630a3c196ef
parentbc13d8feb6dc97651ff0e87bafa1e7c63655acfe
arm64: dts: add Pine64 support

The Pine64 is a cost-efficient development board based on the
Allwinner A64 SoC.
There are three models: the basic version with Fast Ethernet and
512 MB of DRAM (Pine64) and two Pine64+ versions, which both
feature Gigabit Ethernet and additional connectors for touchscreens
and a camera. Or as my son put it: "Those are smaller and these are
missing." ;-)
The two Pine64+ models just differ in the amount of DRAM
(1GB vs. 2GB). Since U-Boot will figure out the right size for us and
patches the DT accordingly we just need to provide one DT for the
Pine64+.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
[Maxime: Removed the common DTSI and include directly the pine64 DTS]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/boot/dts/Makefile
arch/arm64/boot/dts/allwinner/Makefile [new file with mode: 0644]
arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts [new file with mode: 0644]
arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts [new file with mode: 0644]