From patchwork Wed Mar 15 03:34:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yixun Lan X-Patchwork-Id: 664330 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A340DC6FD1D for ; Wed, 15 Mar 2023 03:35:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230322AbjCODfQ (ORCPT ); Tue, 14 Mar 2023 23:35:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229673AbjCODfP (ORCPT ); Tue, 14 Mar 2023 23:35:15 -0400 Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9AD1265B7; Tue, 14 Mar 2023 20:35:13 -0700 (PDT) From: Yixun Lan To: Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Sebastian Reichel Cc: Jagan Teki , Christopher Obbard , Yixun Lan , Nick Xie , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] arm64: rockchip: Add Khadas edge2 board Date: Wed, 15 Mar 2023 11:34:39 +0800 Message-Id: <20230315033441.32719-1-dlan@gentoo.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org In this patch series, we will try to add basic support for Khadas Edge2 board, currently only UART and eMMC are enabled. The ethernet connect to Pads expansion board via USB which will need extra effort, so no ethernet for now. The first patch introduce a dt-bindings for Edge2 board, the second patch will add basic device tree. Yixun Lan (2): dt-bindings: arm: rockchip: Add Khadas Edge2 board arm64: dts: rockchip: Add Khadas edge2 board .../devicetree/bindings/arm/rockchip.yaml | 5 +++ arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3588s-khadas-edge2.dts | 37 +++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts