From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from naesa05.arrow.com (naesa05.arrow.com [216.150.161.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6E4B33E7BA0; Mon, 15 Jun 2026 12:21:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.150.161.26 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781526089; cv=none; b=iNEUJy7w0CwxX1SUEBaugBE7pLHXyvSK6NfsnX4BkA3y54kj/MNL2VzqOs9qZvaUA64lLpp1xW0M+RNY27/70kwOGM27g3HBqIGykQeNj+ZeGbX9F0fbFmeNuUBOsP5OMs+BvtJm5Kt510qGQbHzwbtKNa59gpMbUzva9qjuvNI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781526089; c=relaxed/simple; bh=jw3+3lJtQgkvf5fDUwPS8TNUCR+dBtI2QeQxiyX6HAI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=EBiugdwqfLffNOK6dcFiuumLiYGu+6Cek3xKV1uUp21UexRChGEcjpVE/jI9EpDL3PluyTYQbBPtCNY9aW7kbi2uiP6wrxx+cWY4weZYCw1OlaOrOhyv72z4H6CYboFcfWvKwBUGu9mTGhewyY2z6DNn085s+NfJjgZRKsuCP6Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=einfochips.com; spf=pass smtp.mailfrom=einfochips.com; dkim=pass (2048-bit key) header.d=einfochips.com header.i=@einfochips.com header.b=rzxl6LhI; arc=none smtp.client-ip=216.150.161.26 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=einfochips.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=einfochips.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=einfochips.com header.i=@einfochips.com header.b="rzxl6LhI" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=einfochips.com; i=@einfochips.com; l=908; q=dns/txt; s=NAESA-Selector1; t=1781526088; x=1813062088; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5/2A2ZLlbiY9nslJ7nQB+Yn+IkxiipPp1ULDmEpmnRE=; b=rzxl6LhI0rq3a/FWsOsAmZwDU1YXQ7IigjwIuwZupxaJO62yWJ1zTxDP 6np/19o1hFpPKrRC2aHtKTycv/jgYPf1MJDfdzTc838/JnvpNDxqB1rhO bbmizBFLMfSxWqV4aOlfxmTIEdxNWQ42YPZYlSVZkpW/78hcLaCaWpvpd BKFB1SRMbrgxkJjP9Fe068ABqWmSWpzpcTEhH3WGOiao+nMf1cq/Jgpn3 04AiRBHANGAv5oZ5qzMA2fado6G3Arc73keIKlWlr5c0ziBjeaWz0aX8N +q1pgU0VOxztrV0M+Zu695PlzuXBETXZ3LVo1VbcZjom4ChP3T34CJNjC g==; X-CSE-ConnectionGUID: QYUooyuwTRqrwRObcPY3og== X-CSE-MsgGUID: eFLtxijDQEy/VakZiPuK2g== X-IronPort-AV: E=Sophos;i="6.24,206,1774332000"; d="scan'208";a="55984199" Received: from unknown (HELO eicahmirelay01.einfochips.com) ([10.100.49.50]) by naesa05out.arrow.com with ESMTP; 15 Jun 2026 06:20:19 -0600 Received: from AHMCPU1888.ap.corp.arrow.com ([172.25.5.100]) by eicahmirelay01.einfochips.com with Microsoft SMTPSVC(10.0.20348.1); Mon, 15 Jun 2026 17:50:16 +0530 From: Pinkesh Vaghela To: Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Min Lin Cc: Yulin Lu , Samuel Holland , Darshan Prajapati , Pinkesh Vaghela , Pritesh Patel Subject: [PATCH 1/7] riscv: dts: eswin: add reset generator for EIC7700 SoC Date: Mon, 15 Jun 2026 17:50:10 +0530 Message-Id: <20260615122016.1110206-2-pinkesh.vaghela@einfochips.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20260615122016.1110206-1-pinkesh.vaghela@einfochips.com> References: <20260615122016.1110206-1-pinkesh.vaghela@einfochips.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 15 Jun 2026 12:20:16.0851 (UTC) FILETIME=[532B5A30:01DCFCC1] From: Pritesh Patel Add reset generator node for EIC7700 SoC Signed-off-by: Pritesh Patel Signed-off-by: Pinkesh Vaghela --- arch/riscv/boot/dts/eswin/eic7700.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/eswin/eic7700.dtsi b/arch/riscv/boot/dts/eswin/eic7700.dtsi index c3ed93008bca..430a210f01e6 100644 --- a/arch/riscv/boot/dts/eswin/eic7700.dtsi +++ b/arch/riscv/boot/dts/eswin/eic7700.dtsi @@ -4,6 +4,7 @@ */ /dts-v1/; +#include / { #address-cells = <2>; @@ -341,5 +342,11 @@ gpioD: gpio-port@3 { #gpio-cells = <2>; }; }; + + reset: reset-controller@51828300 { + compatible = "eswin,eic7700-reset"; + reg = <0x0 0x51828300 0x0 0x200>; + #reset-cells = <1>; + }; }; }; -- 2.34.1