[U-Boot] [linux-sunxi] [PATCH v2] sun8i: h3: Add support for the Beelink-x2 STB

Jagan Teki jagan at amarulasolutions.com
Thu Nov 22 07:58:30 UTC 2018


On Thu, Nov 15, 2018 at 2:19 PM <codekipper at gmail.com> wrote:
>
> From: Marcus Cooper <marcusc at axis.com>
>
> The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot,
> 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the
> SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a
> dual colour LED and an optical S/PDIF connector.
>
> Signed-off-by: Marcus Cooper <codekipper at gmail.com>
> ---
>  arch/arm/dts/Makefile                |   1 +
>  arch/arm/dts/sun8i-h3-beelink-x2.dts | 179 +++++++++++++++++++++++++++
>  board/sunxi/MAINTAINERS              |   5 +
>  configs/beelink_x2_defconfig         |  19 +++
>  4 files changed, 204 insertions(+)
>  create mode 100644 arch/arm/dts/sun8i-h3-beelink-x2.dts
>  create mode 100644 configs/beelink_x2_defconfig
>
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index 1cbb45d679..cc217d4f98 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -370,6 +370,7 @@ dtb-$(CONFIG_MACH_SUN8I_H3) += \
>         sun8i-h2-plus-orangepi-r1.dtb \
>         sun8i-h2-plus-orangepi-zero.dtb \
>         sun8i-h3-bananapi-m2-plus.dtb \
> +       sun8i-h3-beelink-x2.dtb \
>         sun8i-h3-libretech-all-h3-cc.dtb \
>         sun8i-h3-nanopi-m1.dtb \
>         sun8i-h3-nanopi-m1-plus.dtb \
> diff --git a/arch/arm/dts/sun8i-h3-beelink-x2.dts b/arch/arm/dts/sun8i-h3-beelink-x2.dts
> new file mode 100644
> index 0000000000..683c5c31a9
> --- /dev/null
> +++ b/arch/arm/dts/sun8i-h3-beelink-x2.dts
> @@ -0,0 +1,179 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +//
> +// Device Tree Source for Beelink X2
> +//
> +// Copyright (C) 2018 Marcus Cooper <codekipper at gmail.com>

need space, but this doesn't look like Linux sync. better sync it
directly w/o any changes, if you need updated license do first in
Linux.

otherwise,

Reviewed-by: Jagan Teki <jagan at openedev.com>


More information about the U-Boot mailing list