From patchwork Thu Feb 15 09:15:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13557740 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 7E1D3C4829E for ; Thu, 15 Feb 2024 09:16:34 +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=oEIUCHxkRd5Y8Qwl6RYkgeJW+uRASpZaz1GLp5BY9Vo=; b=YZ3UJooY/g2qzq HAhAoioBRhzTGHtRUGW61wnOohLBr2ba7lIuDFEg8VdAhlruOfjdTRPBZcqzO4R4TU3+YINBfdFei +2l5ZeWEASWvivqux9c7Z5Eaol66VqP3Rtdzo5Fa3YZabWnbna+sF/GocOg8/1SaRd6MciX9VcaXC 2C0f8TJZv0m8WVq7y9LitzLsiDXl7NMXWrrl1lTqCXMvRyvL3U9NWV7Uk47X4l65/wEOtJS0Ah/Wl po4AKMPFgXMVYv6dRpvf3vWw6cYMvBkWXmACj4C/CGrPKffuf3wM/LKqKfheG7zXoioXP3M9jPld9 BAPp30GBcSCAFWoWc8fQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raXqv-0000000FW0d-1HSn; Thu, 15 Feb 2024 09:16:21 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1raXql-0000000FVwZ-2TRg for linux-arm-kernel@lists.infradead.org; Thu, 15 Feb 2024 09:16:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1707988571; x=1739524571; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mpAIdYIZdLlbXbUTnkpoAZC9mXd6lxjFuCW9oFcNu6g=; b=0SEC1wdqHPQgYn2FWo2gOnyZxpJ+jYDOF2venhUgsEOuswGgHn2T0hPE Hb9ETvrGHWJkxUvPbK+BwKdGdAXPJbFBF/yP4IGxBB0VqDoeF7Ff8Xgbs mNbJXc7Vlse66E+LSf5g5enzpXHCDLlDgHzHh76HLE2tBoujzmun9Hiih 6bxh+3Y7Wf/kqo1qFoNUrt3w93lKGhzN0M8AGh40chg9AcYz2P9kSZlFv 3unYoPk3w9kswlOL0WZ2arrWLI7DMrepIrKcSyhAu1aja5/q+V3+xWIF7 2ufSlNYz611EFSv53CCATzAOCFPyhDx3Xl+FZk73c8bmlhTYwaFMrUxZv g==; X-CSE-ConnectionGUID: KRer2CuFQguroFb+z375Pg== X-CSE-MsgGUID: GZrf6E6nRD6+jf5dZIBtog== X-IronPort-AV: E=Sophos;i="6.06,161,1705388400"; d="scan'208";a="183550555" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 15 Feb 2024 02:15:57 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 15 Feb 2024 02:15:36 -0700 Received: from virtualbox.microchip.com (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Thu, 15 Feb 2024 02:15:33 -0700 From: Mihai Sain To: , , , , , , , , , CC: , Mihai Sain Subject: [PATCH v3 2/3] ARM: dts: microchip: sama7g5: Add flexcom 10 node Date: Thu, 15 Feb 2024 11:15:23 +0200 Message-ID: <20240215091524.14732-3-mihai.sain@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240215091524.14732-1-mihai.sain@microchip.com> References: <20240215091524.14732-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240215_011611_827472_CBFE58E7 X-CRM114-Status: UNSURE ( 8.66 ) 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 Add flexcom 10 node for usage on the SAMA7G54 Curiosity board. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/sama7g5.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/microchip/sama7g5.dtsi b/arch/arm/boot/dts/microchip/sama7g5.dtsi index 269e0a3ca269..c030b318985a 100644 --- a/arch/arm/boot/dts/microchip/sama7g5.dtsi +++ b/arch/arm/boot/dts/microchip/sama7g5.dtsi @@ -958,6 +958,30 @@ i2c9: i2c@600 { }; }; + flx10: flexcom@e2820000 { + compatible = "atmel,sama5d2-flexcom"; + reg = <0xe2820000 0x200>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 48>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0x0 0xe2820000 0x800>; + status = "disabled"; + + i2c10: i2c@600 { + compatible = "microchip,sama7g5-i2c", "microchip,sam9x60-i2c"; + reg = <0x600 0x200>; + interrupts = ; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 48>; + atmel,fifo-size = <32>; + dmas = <&dma0 AT91_XDMAC_DT_PERID(26)>, + <&dma0 AT91_XDMAC_DT_PERID(25)>; + dma-names = "tx", "rx"; + status = "disabled"; + }; + }; + flx11: flexcom@e2824000 { compatible = "atmel,sama5d2-flexcom"; reg = <0xe2824000 0x200>;