From patchwork Fri Sep 6 04:57:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junhao Xie X-Patchwork-Id: 13793233 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E35EECE7AB2 for ; Fri, 6 Sep 2024 05:06:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=N5lWMg3oTquWgaUIerjyr6pr9Png/pwhyojYD5TRpmE=; b=2wr6cR9sa/6QHc Fndokj99b5E8yYLtUCazUHF81GkYEfdPOMCyV05USL8Cm08hpOYm1+1Uz5JUfpXABj9vRpkHIKovR VnQqtVjMXZ/SmKs8nb7YOak0OMxqxdt4kHetey4fVHfYqcaBE1wJRVLtfC8SQE1PiG2qD2+FPoCpo l9BOsPap9P9izlKNgMGsWa/uQw64NXrTdF1T9pym+2mSLOn/vaKwb/+qWK8YePy8vFFPZIKCupLab VPkd4xt7FmMEqz4Ax+DYeWgh1ZDmsjDz4yGOKRlvDrFce2egDEy5bjeMK0hirKV1p2Fj2Oy1W/MXI 1GfbVQVtodLeiDZkqR2w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1smRAz-0000000Agwz-4BIt; Fri, 06 Sep 2024 05:06:30 +0000 Received: from [129.204.178.38] (helo=classfun.cn) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1smR2Z-0000000AfCe-2XXH; Fri, 06 Sep 2024 04:57:50 +0000 Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.163.35]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 1841C789F6; Fri, 6 Sep 2024 12:57:43 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 1841C789F6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1725598663; bh=Ylm/vYy9oFTGiVbD3MWz59t8wBM08Yee8yxtQQpH2yQ=; h=From:To:Cc:Subject:Date:From; b=nQxTkp/1cJfvlv6YWLVc1JTJpGTV4CU/TjfsqJELIXvmM9mxB0+t3pVNkr1tCXjgd OrShyE8LQ03hxvXWc7Y2dbFNX+XVcLmaJ/81bA9WZTR9uPpfGJTiEQzVjxDni44Loj nkXyXd4tKOXfUOuw30UYg5ALyfsQNEURKP7QCqK8= From: Junhao Xie To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Jonas Karlman , Chukun Pan , Junhao Xie , FUKAUMI Naoki , Dragan Simic , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] Add support for Ariaboard Photonicat RK3568 Date: Fri, 6 Sep 2024 12:57:03 +0800 Message-ID: <20240906045706.1004813-1-bigfoot@classfun.cn> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240905_215748_204684_BDE1A2F2 X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Add dts for Ariaboard Photonicat RK3568. This series bring support for: * Debug UART * SDIO QCA9377 WiFi and Bluetooth * M.2 E-Key PCIe WiFi and Bluetooth * M.2 B-Key USB Modem WWAN * Ethernet WAN Port * MicroSD Card slot * eMMC * HDMI Output * Mali GPU * USB Type-A Changed from v1: - move some general nodes (firmware, ramoops, reboot-mode) to rk356x.dtsi - gmac1 change to phy-mode rgmii-id - corrected some regulator to be closer to schematics - rename rk3568-ariaboard-photonicat.dts to rk3568-photonicat.dts https://lore.kernel.org/lkml/20240904111456.87089-1-bigfoot@classfun.cn/ Junhao Xie (3): dt-bindings: vendor-prefixes: Add Shanghai Novotech Ariaboard dt-bindings: arm: rockchip: Add Ariaboard Photonicat RK3568 arm64: dts: rockchip: add dts for Ariaboard Photonicat RK3568 .../devicetree/bindings/arm/rockchip.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3568-photonicat.dts | 595 ++++++++++++++++++ 4 files changed, 603 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts