Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun8i: h2+: Add Libre Computer Board ALL-H3-CC H2+ ver.

This patch adds a device tree file for the H2+ version of the Libre
Computer Board ALL-H3-CC. It is the same board first introduced in
commit 6ca358645d4d ("ARM: dts: sun8i: h3: Add dts file for Libre
Computer Board ALL-H3-CC H3 ver."), with the H3 SoC replaced with
the H2+ SoC, and has only two 2Gb DDR3 chips instead of four.

The device tree utilizes the common board design file for ALL-H3-CC,
providing just the model strings and SoC specifics.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
4068fc82 61bec3bb

+14
+1
arch/arm/boot/dts/Makefile
··· 993 993 sun8i-a83t-cubietruck-plus.dtb \ 994 994 sun8i-a83t-tbs-a711.dtb \ 995 995 sun8i-h2-plus-bananapi-m2-zero.dtb \ 996 + sun8i-h2-plus-libretech-all-h3-cc.dtb \ 996 997 sun8i-h2-plus-orangepi-r1.dtb \ 997 998 sun8i-h2-plus-orangepi-zero.dtb \ 998 999 sun8i-h3-bananapi-m2-plus.dtb \
+13
arch/arm/boot/dts/sun8i-h2-plus-libretech-all-h3-cc.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 + /* 3 + * Copyright (C) 2018 Chen-Yu Tsai <wens@csie.org> 4 + */ 5 + 6 + /dts-v1/; 7 + #include "sun8i-h3.dtsi" 8 + #include "sunxi-libretech-all-h3-cc.dtsi" 9 + 10 + / { 11 + model = "Libre Computer Board ALL-H3-CC H2+"; 12 + compatible = "libretech,all-h3-cc-h2-plus", "allwinner,sun8i-h2-plus"; 13 + };