From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753259AbdFPMGz (ORCPT ); Fri, 16 Jun 2017 08:06:55 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:36345 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752715AbdFPMGx (ORCPT ); Fri, 16 Jun 2017 08:06:53 -0400 From: Jerome Brunet To: Kevin Hilman , Carlo Caione , Neil Armstrong Cc: Jerome Brunet , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/3] ARM64: dts: meson-gxl: Add support for Libre Computer Date: Fri, 16 Jun 2017 14:06:45 +0200 Message-Id: <20170616120648.23320-1-jbrunet@baylibre.com> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds support for the Libre Computer from Imprecision Systems This board derives from the s905x p212 reference design. it provides: * Ethernet using the internal PHY * 4 USB ports * Composite Audio/Video jack * HDMI * IR It also provides 2 Headers (40 and 8 pins) for GPIOs and the following functions: * 2 i2c busses * SPI * SDIO * I2S 8ch output * PWMs * UART with HW flow control * PCM * 2 ADC Channels Jerome Brunet (3): dt-bindings: add Imprecision Systems vendor prefix dt-bindings: arm: amlogic: Add Libre Computer Board ARM64: dts: meson-gxl: Add Libre Computer support Documentation/devicetree/bindings/arm/amlogic.txt | 1 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm64/boot/dts/amlogic/Makefile | 1 + .../dts/amlogic/meson-gxl-s905x-librecomputer.dts | 92 ++++++++++++++++++++++ 4 files changed, 95 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-librecomputer.dts -- 2.9.4