From patchwork Mon Feb 19 11:37:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bourgoin X-Patchwork-Id: 13562563 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 A69AEC48BF8 for ; Mon, 19 Feb 2024 11:39:57 +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:References:In-Reply-To: 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: List-Owner; bh=94HqHotqhS1wY+sF9weGZ3L2bkW3wA8ww2DpjFd7dNs=; b=1c0gglhlzwOXRD p1IMHNcVzDw97p69ZZmoClTFa4+74ad06+pq8YAFqMM4V7072P9hurSoO9E7pATVP+5eLwZQFq2W5 GTgQHNS/x4KO1VvkT4Qg6/3j5UsGg25Q73z9dbQQEALVqZiaQdkp4JNyYIl+F4j+XtV0872l8p4JJ XyIeskoK3J2hI9KogaFZWYTortSaUG6BLXJuw+fk5fbfzwyt7i1484YM1SUm+m4wee9NiVoz12aoH BB8ES8k5z2by6CWEttM6nzLkwaeua3U+vVs2YDMoL+Zz/YBdLuSwOVF/v4OYy+xrcTY46Hd3dLNgH MmEkb+xEI4SwABtWXZyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rc1zv-0000000AF60-0hG9; Mon, 19 Feb 2024 11:39:47 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rc1zs-0000000AF4c-2z5Y for linux-arm-kernel@lists.infradead.org; Mon, 19 Feb 2024 11:39:46 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 41J86YTn031767; Mon, 19 Feb 2024 12:39:36 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s= selector1; bh=wWuk9zKWKWnIIZEgyrM9Had0Pm81rB13rP0pqzFN9Fo=; b=PO KXkAnAQ3cWZ+IZUGxA7Pu7B+AwaTLIfW5W8AiuIq7+8F40YVnj6emIjqlaKDySRb 6fClcSxJZAQ/qN/CjONYN85cMK+2KxO1QRvcNDi+Tq8Hsx+fpczxK4740JKa4GVE zLoNuV0galEbNfsnXPZiXN1dGKm+klTRl3r+l+Vkhp57DjTY8w3/DLPdgTYm61xT GgFUOHkAsQ4398iv/il6Xksz93SQj6m48r/6lpqQqDIWy4MzqIWNZJcsZLRb5F/e WdjgBcuStJpPSP7W6CZASgHeuifMObA1NM4i98/l0lrxe8JjXwmg9H88ec3hKTqR f6AenWNpwp8Fs5Aw5mZA== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3wamjh6491-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 19 Feb 2024 12:39:35 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 14A7040045; Mon, 19 Feb 2024 12:39:29 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 61E8525AEE8; Mon, 19 Feb 2024 12:38:57 +0100 (CET) Received: from localhost (10.201.22.242) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Mon, 19 Feb 2024 12:38:57 +0100 From: Thomas Bourgoin To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue CC: Thomas Bourgoin , , , , , Lionel Debieve Subject: [PATCH 1/3] ARM: dts: stm32: add CRC on stm32mp131 Date: Mon, 19 Feb 2024 12:37:43 +0100 Message-ID: <20240219113745.92538-2-thomas.bourgoin@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240219113745.92538-1-thomas.bourgoin@foss.st.com> References: <20240219113745.92538-1-thomas.bourgoin@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.22.242] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-02-19_08,2024-02-19_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240219_033945_052615_D41455A1 X-CRM114-Status: UNSURE ( 9.87 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Lionel Debieve The Cyclic redundancy check calculation unit (CRC) peripheral offers a CRC-based operation (CRC32/CRC32C) used to verify data transmission or storage integrity. This peripheral is integrated in stm32mp131 and can be default enabled. Signed-off-by: Lionel Debieve Signed-off-by: Thomas Bourgoin --- arch/arm/boot/dts/st/stm32mp131.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi index b04d24c939c3..3900f32da797 100644 --- a/arch/arm/boot/dts/st/stm32mp131.dtsi +++ b/arch/arm/boot/dts/st/stm32mp131.dtsi @@ -1315,6 +1315,13 @@ sdmmc2: mmc@58007000 { status = "disabled"; }; + crc1: crc@58009000 { + compatible = "st,stm32f7-crc"; + reg = <0x58009000 0x400>; + clocks = <&rcc CRC1>; + status = "disabled"; + }; + usbh_ohci: usb@5800c000 { compatible = "generic-ohci"; reg = <0x5800c000 0x1000>; From patchwork Mon Feb 19 11:37:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bourgoin X-Patchwork-Id: 13562564 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 5A46BC48BC3 for ; Mon, 19 Feb 2024 11:40:17 +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:References:In-Reply-To: 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: List-Owner; bh=0qTHN+WXOkkGMN22IjTpLLysxscOYwSQBuDuVL9mQHw=; b=mC8U4hlrWlXhxl Etba+MIS3cf5WtIqIRnZeooHzMZF5ftIxJRsd9bnAhMIDcO0Aq4BRmu7bERbmgQzSMeYBV/8SQEhH sZ7S9bDOjjZaVOEOXlGb5yoXmyk0SSsjem2lMLrLV04vD+VKuy2r3MUoFw0xTeaJ5uf7iWFvCwHWN ALjUbr5Gya9C96gSVy+uYx5oEKnt6TzoazdwupUu70iYRS35/zSBx2vElYeHSFmlMi1wg+RKhm8QT y1Z95PLDUhnESMfv6AdUJzMvyb83UUbUL8Z/Q0l45vQg9Ko//YBvGs0USagtApN6h0KWded5Vyelp ablucBkCHVz7t9g2ZG6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rc20F-0000000AFIw-15Gv; Mon, 19 Feb 2024 11:40:07 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rc20C-0000000AFHr-0frU for linux-arm-kernel@lists.infradead.org; Mon, 19 Feb 2024 11:40:05 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 41JBdpjn015778; Mon, 19 Feb 2024 12:39:56 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s= selector1; bh=n3ZX4og6N+EjU2DvZFG9aH+WjUbp+3YK366HjBe+Q40=; b=RY L9GG4yeHpaQe6vr6LdInDpmbD/n6SgnlRFGQhU8sf4rZNzC9t79TAIG4SSoBZbkc zXIThoyImhgjoseu3ORMegx2BfnG12XUKUMO8Mxt06IHLAmcdgp/1SlEwqdnNpYs 49TLycNoSsR3nnvt5G+wxpvrO+AmAxKixjS84x/f7by4xRhsEUTxGK+zf9m7SvnK JU8jky7Q6uiMg09EkRP8JrJuAzv/xkAIIEKwJYIWqkaUJSB6rTm5gxOQkF18d1gv ydlpyFlrMjZ8GLPYhe8uMNVtDc3aovjUfWWkiXAL6vweMkY+H335vnPjXQSJdJqy RVUsANagfRMUUH/j1aWQ== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3wamjh64a1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 19 Feb 2024 12:39:56 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 84BB94002D; Mon, 19 Feb 2024 12:39:52 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 700C125AEEA; Mon, 19 Feb 2024 12:39:19 +0100 (CET) Received: from localhost (10.201.22.242) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Mon, 19 Feb 2024 12:39:19 +0100 From: Thomas Bourgoin To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue CC: Thomas Bourgoin , , , , , Lionel Debieve Subject: [PATCH 2/3] ARM: dts: stm32: enable CRC on stm32mp135f-dk Date: Mon, 19 Feb 2024 12:37:44 +0100 Message-ID: <20240219113745.92538-3-thomas.bourgoin@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240219113745.92538-1-thomas.bourgoin@foss.st.com> References: <20240219113745.92538-1-thomas.bourgoin@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.22.242] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-02-19_08,2024-02-19_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240219_034004_506941_D5699F9B X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Lionel Debieve Enable Cyclic redundancy check on stm32mp135f-dk. Signed-off-by: Lionel Debieve Signed-off-by: Thomas Bourgoin --- arch/arm/boot/dts/st/stm32mp135f-dk.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts index eea740d097c7..a7b1b2ca9d0b 100644 --- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts +++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts @@ -93,6 +93,10 @@ channel@12 { }; }; +&crc1 { + status = "okay"; +}; + &i2c1 { pinctrl-names = "default", "sleep"; pinctrl-0 = <&i2c1_pins_a>; From patchwork Mon Feb 19 11:37:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bourgoin X-Patchwork-Id: 13562565 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 52E0FC54764 for ; Mon, 19 Feb 2024 11:40:28 +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:References:In-Reply-To: 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: List-Owner; bh=Z8D7uav+fjqNUsM7W18nUC7QLW8rpsTezWOboSwLRjo=; b=uzylTFWAfRzfow axdaAk5jRfbn8QFLDbFHOD9/b1hU1DG7vDtoEAqX1VnqaUv9hIjMQAQ982xr8K7VzsGuTJBGa4T2G RS+wh3m8oHzZcZav/Zgb3YpGXxNCAnvhJ48PeDxP+8yXMpZSKCOR9BnWynIwGGDZjDQQtNU2fcCmH F7M6u6m8xWSkAb7y6laS7St9VzrmK/me+IdPWwTN1JTt128AIT9+O1SBZFtdGDKmfybn3aScB/Ifc pZDMHQ9ctKhSuZHEDQZFEmEN66xwUbEJWKqNN+Bf84sRLWM6eQWgU7CE+w7Y9Lgm2uBVGPnyS5Fb3 NtlO5/OvNXNGC8Wy86mA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rc20Q-0000000AFRi-17x1; Mon, 19 Feb 2024 11:40:18 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rc20N-0000000AFNL-24OF for linux-arm-kernel@lists.infradead.org; Mon, 19 Feb 2024 11:40:17 +0000 Received: from pps.filterd (m0369457.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 41J820MB027184; Mon, 19 Feb 2024 12:40:07 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s= selector1; bh=vtgOW1F/P27OtsClB1wYitZvlIxif1OkjeVL9NFq9+g=; b=5T bEunxBjlUCxLM+pnT1gCjB2gRnZVdl/sMTsbIeyPHe+i+Gn/CPFwpKA00+T0PBDN Fi7lCyfa/ANpPUn5xzORLA5FVy1BpsH2t3+0GMuw6Euf/6/n1uXsUmxs7MfavK1m Wz76JPGxSiVY5e1K2nZImI+6KdDczW6MSx/pfnvuYK8KIaJ7EGS9l3FpG80JIoDl HYI8F7xFyG8bZI/2zMHutQqy3jpxrF5MfDmvvyRIFMSQ+uErAtqxbAj5/sVPEaZT 09i4aDlZ48+mcbJV+dOX8gSTKmZW0lNFH2cfjuy7ib45cWZ9gSdAFwzEr+h6iED5 BYGGM15rcCkMnnpBNg7w== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3wb8mnm4gy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 19 Feb 2024 12:40:07 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 8D8ED4002D; Mon, 19 Feb 2024 12:40:04 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 33B1425AEE4; Mon, 19 Feb 2024 12:39:32 +0100 (CET) Received: from localhost (10.201.22.242) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Mon, 19 Feb 2024 12:39:31 +0100 From: Thomas Bourgoin To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue CC: Thomas Bourgoin , , , , Subject: [PATCH 3/3] ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk Date: Mon, 19 Feb 2024 12:37:45 +0100 Message-ID: <20240219113745.92538-4-thomas.bourgoin@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240219113745.92538-1-thomas.bourgoin@foss.st.com> References: <20240219113745.92538-1-thomas.bourgoin@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.22.242] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-02-19_08,2024-02-19_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240219_034015_855316_F17C8A64 X-CRM114-Status: GOOD ( 10.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add the crypto accelerator enable on stm32mp135f-dk board. Signed-off-by: Thomas Bourgoin --- arch/arm/boot/dts/st/stm32mp135f-dk.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts index a7b1b2ca9d0b..52171214a308 100644 --- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts +++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts @@ -97,6 +97,10 @@ &crc1 { status = "okay"; }; +&cryp { + status = "okay"; +}; + &i2c1 { pinctrl-names = "default", "sleep"; pinctrl-0 = <&i2c1_pins_a>;