diff options
author | Siarhei Siamashka <siarhei.siamashka@gmail.com> | 2016-03-29 15:29:11 (GMT) |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-01 07:52:28 (GMT) |
commit | 7adbd1165c600e5e57fc31989148ad578214c6c4 (patch) | |
tree | 33e1354ebecfd8178f3724850b183f1739a51863 /configs/pine64_plus_defconfig | |
parent | d96ebc468d0dff6eb6f069bba03b3f0e33aa22de (diff) | |
download | u-boot-7adbd1165c600e5e57fc31989148ad578214c6c4.tar.xz |
sunxi: Add Pine64+ support
The Pine64+ is a system based on the Allwinner A64 SoC. It is capable of
running AArch64 code and thus is the first of its kind for the sunxi target.
This patch adds a defconfig and device tree chunks for it.
Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
[agraf: Change patch description]
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/pine64_plus_defconfig')
-rw-r--r-- | configs/pine64_plus_defconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig new file mode 100644 index 0000000..c37d378 --- /dev/null +++ b/configs/pine64_plus_defconfig @@ -0,0 +1,12 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN50I=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881915 +# CONFIG_VIDEO is not set +CONFIG_DEFAULT_DEVICE_TREE="pine64_plus" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_CMD_GPIO=y |