From da95ed58c4765ff23ed35753878274ef585f28b5 Mon Sep 17 00:00:00 2001 From: Chen-Yu Tsai Date: Fri, 15 Feb 2019 19:03:18 +0800 Subject: sunxi: Add Bananapi M2+ H5 board As the H5 is pin compatible with the H3, vendors tend to upgrade their existing H3 products with an H5 SoC swap. This is the case with the Bananapi M2+ H5. Add the following to support it: - device tree file: synced from Linux v5.0-rc1, - defconfig: copy of bananapi_m2_plus_h3_defconfig with only SoC family and default device tree file name changed - MAINTAINERS entry Signed-off-by: Chen-Yu Tsai Reviewed-by: Jagan Teki --- arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts (limited to 'arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts') diff --git a/arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts b/arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts new file mode 100644 index 0000000..3503767 --- /dev/null +++ b/arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +// Copyright (C) 2018 Chen-Yu Tsai + +/dts-v1/; +#include "sun50i-h5.dtsi" +#include + +/ { + model = "Banana Pi BPI-M2-Plus H5"; + compatible = "sinovoip,bpi-m2-plus", "allwinner,sun50i-h5"; +}; -- cgit v1.1