From patchwork Wed Jun 7 20:16:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Rokosov X-Patchwork-Id: 13271220 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 1E3AFC7EE43 for ; Wed, 7 Jun 2023 20:17:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232125AbjFGUQ6 (ORCPT ); Wed, 7 Jun 2023 16:16:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbjFGUQ5 (ORCPT ); Wed, 7 Jun 2023 16:16:57 -0400 Received: from mx.sberdevices.ru (mx.sberdevices.ru [45.89.227.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACDE61BD3; Wed, 7 Jun 2023 13:16:53 -0700 (PDT) Received: from s-lin-edge02.sberdevices.ru (localhost [127.0.0.1]) by mx.sberdevices.ru (Postfix) with ESMTP id 6A6CD5FD05; Wed, 7 Jun 2023 23:16:50 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sberdevices.ru; s=mail; t=1686169010; bh=M/we8RgDjwgR++pTBbcueO2YO/PO3K31bJrDaIQUUdE=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=C+kUCvyF7gc57sZzG2y48Vr72/2ceS66RatT0BvhZU4hmzAD35j+MeraX6XBUD0Gf FNhuU2RDsciP98n0kMvXG8BNzq+ZcrlZnGvWtvoK1xf2nYdGWGTcQQJJNNgu98NDOU 9k5yP3AEg0+vB0BSMk6gkKZb7peorcZ/g+yFfljCcSve5s1wmLlK0RIEBKueW9JAPj 7udk1RP0ceU0FUZGWouH2I4TGbss8cqFQSA3nOnqCW4vhBJZ1L0ZCqBE2IfocvBjeZ wly0shj1NQH1yjQXO/OxZ4yX6G8XYEwCjh8YEojqac1/aE923pUePjq15iopLt0NEK i4XPXXtViiiHQ== Received: from S-MS-EXCH01.sberdevices.ru (S-MS-EXCH01.sberdevices.ru [172.16.1.4]) by mx.sberdevices.ru (Postfix) with ESMTP; Wed, 7 Jun 2023 23:16:50 +0300 (MSK) From: Dmitry Rokosov To: , , , , , , , , CC: , , , , , , , , Dmitry Rokosov Subject: [PATCH v1 0/6] arm64: dts: meson: a1: introduce several peripheral IPs Date: Wed, 7 Jun 2023 23:16:35 +0300 Message-ID: <20230607201641.20982-1-ddrokosov@sberdevices.ru> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-Originating-IP: [172.16.1.6] X-ClientProxiedBy: S-MS-EXCH01.sberdevices.ru (172.16.1.4) To S-MS-EXCH01.sberdevices.ru (172.16.1.4) X-KSMG-Rule-ID: 4 X-KSMG-Message-Action: clean X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiPhishing: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 1.1.2.30, bases: 2023/06/07 16:55:00 #21454472 X-KSMG-AntiVirus-Status: Clean, skipped Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org This patch series introduces device tree declarations for various peripheral IPs of the A1 SoC family, including clock controllers, EFUSE, USB, SPI Flash Controller, SDIO, and UART_AO: - CLK: A1 SoC has four types on the board, namely PLL, Peripherals, CPU, and Audio, but only Amlogic A1 PLL and Peripherals clock controllers are currently supported. - EFUSE: consists of a 4k bit One Time Programmable (OTP) memory divided into 32 128-bit blocks, and data is accessed using the APB bus through software or the Key-ladder integrated with the EFUSE block. - USB: only one USB 2.0 high-speed port is available in the A1 SoC, supporting both HOST and DEVICE modes for OTG. - SPI Flash Controller: 4-bit QPI/SPI NOR Flash or NAND FLASH controller. - SDIO: for WiFi/IEEE802.11 connection. - UART_AO: for Bluetooth connection. Alexey Romanov (1): arm64: dts: meson: a1: enable efuse controller and setup its clk Dmitry Rokosov (2): arm64: dts: meson: a1: introduce PLL and Peripherals clk controllers arm64: dts: meson: a1: support USB controller in OTG mode Jan Dakinevich (1): arm64: dts: meson: a1: add eMMC controller and its pins Martin Kurbanov (1): arm64: dts: meson: a1: introduce SPI Flash Controller Oleg Lyovin (1): arm64: dts: meson: a1: introduce UART_AO mux definitions arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 164 ++++++++++++++++++++++ 1 file changed, 164 insertions(+)