From 517ee6420564ed40d53d49f1d2d96c71ad275c6a Mon Sep 17 00:00:00 2001 From: Clément Péron Date: Fri, 12 Apr 2019 16:15:26 +0200 Subject: arm: dts: h6: Add Beelink GS1 initial support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beelink GS1 is an Allwinner H6 based TV box, which support: - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 - GPU Mali-T720 - 2GB LPDDR3 RAM - 16GB eMMC - AXP805 PMIC - 1Gbps GMAC via RTL8211E - USB 2.0 and 3.0 Host - HDMI port - S/PDIF port - 5V/2A DC power supply - Wi-Fi/BT via Fn-Link 6222B-SRB (RTL8222BS) Linux commit details about the sun50i-h6-beelink-gs1.dts sync: "arm64: dts: allwinner: h6: Introduce Beelink GS1 board" (sha1: 089bee8dd119ba084dee6b17a2e1a53df4f30193) Signed-off-by: Clément Péron Reviewed-by: Jagan Teki --- board/sunxi/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/sunxi') diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 338f374e56..03153f7252 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -166,6 +166,12 @@ M: Jagan Teki S: Maintained F: configs/bananapi_m64_defconfig +BEELINK GS1 +M: Clément Péron +S: Maintained +F: configs/beelink_gs1_defconfig +F: arch/arm/dts/sun50i-h6-beelink-gs1.dts + COLOMBUS BOARD M: Maxime Ripard S: Maintained -- cgit From 997b857ae31f3cff5edc6219d5da670e8d588c27 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 20 Apr 2019 18:24:16 +0800 Subject: sun50i: a64: Add Olimex A64-Teres-I board initial support Olimex A64-Teres-I board is a mainboard (the only one so far) for Olimex Teres-I DIY laptop kit. Key features: - Allwinner A64 Cortex-A53 - Mali-400MP2 GPU - AXP803 PMIC - 2GB DDR3 RAM - MicroSD Slot - 16GB eMMC Flash - eDP LCD display - HDMI - USB Host - Battery management - 5V DC power supply - Certified Open Source Hardware (OSHW) Works: - i2C - MMC/SD - PWM backlight Known broken: - Internal keyboard (seems to be because the keyboard firmware loads a bootloader first, and then disconnects bootloader and connect real keyboard). External ones connected to the USB port work fine. This patch enables support for the A64-Teres-I board to u-boot, including enabling screen backlight (lacking from Linux device-tree). Linux commit details about the sun50i-a64-teres-i.dts sync: "arm64: dts: allwinner: a64: Rename uart0_pins_a label to uart0_pb_pins" (sha1: d91ebb95b96c8840932dc3a10c9f243712555467) Cosmetic warnings regarding whitespace and placement of SPDX notice for dts file was ignored. config and .dtsi file are adapted from pinebook files. Tested-by: Jonas Smedegaard Signed-off-by: Jonas Smedegaard Signed-off-by: Icenowy Zheng Reviewed-by: Jagan Teki [jagan: move board entry in MAINTAINERS file at proper position] Signed-off-by: Jagan Teki --- board/sunxi/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/sunxi') diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 03153f7252..bdd1854197 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -358,6 +358,12 @@ S: Maintained F: configs/A20-Olimex-SOM204-EVB_defconfig F: configs/A20-Olimex-SOM204-EVB-eMMC_defconfig +OLIMEX TERES-I BOARD +M: Jonas Smedegaard +M: Icenowy Zheng +S: Maintained +F: configs/teres_i_defconfig + ORANGEPI LITE2 BOARD M: Jagan Teki S: Maintained -- cgit