From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 D68823E7BC8; Fri, 17 Jul 2026 09:57:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784282235; cv=none; b=ByuuTRJ4biVCbB2R8lzz3a8KYq6/OS7CoSqKGyCuDLnzSffHc4cPUJhkLOIk05BtN4u+Ya4ySASvgmxJMAk3ANxOt8aW1dbb9RB72gLrifpk8B73ctDJUW18r9ZxWrzukrpEGLMS2ai4vuQmFv4QV/zlNS6jSFAhR2GURYX68Y8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784282235; c=relaxed/simple; bh=HbS4Rpeus8z+CqMlKn9XdXXf2qR3h2VDL55W31Dy2+g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=eOAqnDSmYuYShcpDIkaw/Mh4YD3kmg27AwEhToOCl8xObRQWSa2DxI+pyGQXx2bUWGUX3/ec6xPPu0ib4EThSxriRZNMVPYIT6nsfvlfoYlOisXjS7U7eXM2/ayxNUqe53mRPXwA4GKXTb4PhxaSoUipmOzARc8jjynedAP7iTc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=FUK1iNwz; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="FUK1iNwz" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 15C88C2B9FE; Fri, 17 Jul 2026 09:57:30 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 564B260361; Fri, 17 Jul 2026 09:57:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id ABB2D11BD0D07; Fri, 17 Jul 2026 11:57:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1784282231; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=KC1yk5fADdsigOxHDO3fqt916xnPRpJY0Omipd3mb/I=; b=FUK1iNwzB50X6vjP9zMRfsi1VA8a2z0HDCTVY8XPW9V599WntzM7zq0+UVQesWGUFaIrjK cpfJoWmegMUTnQlHwLzvEbmr5h6COEYX2xvux/pFmmbUw/7K9Gi2SgT/XzolZRKDWMfqul CvkbaEVlaK7p7jiZiqnQNprL7KlUexLYGPMHFClHYGNHInATq9CZYtUfaHJOE6AY+itBpf Br0VYM2t9sU00Kmm2rCtXpknivbn0jwOYOy1HVsGS1vYCpYxBltOa/i3qZnIC2Vi6syW2n 4VPv35IxVNVBzBvA85p6VOveN0eg3QgTl6F0Hp8LLjNbVdn1dPsEZ6Wb56zKZQ== From: "Herve Codina (Schneider Electric)" To: Wolfram Sang , Herve Codina , Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Pascal Eberhard , Miquel Raynal , Thomas Petazzoni Subject: [PATCH v3 3/4] ARM: dts: r9a06g032: Add support for timers Date: Fri, 17 Jul 2026 11:55:48 +0200 Message-ID: <20260717095552.767475-4-herve.codina@bootlin.com> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260717095552.767475-1-herve.codina@bootlin.com> References: <20260717095552.767475-1-herve.codina@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 In the Renesas RZ/N1 SoCs family, two timers block are available. Each block contains 8 timers composed of 6 16-bits timers and 2 32-bits timers. Each timer has its own interrupt line. Describe those timers blocks. Signed-off-by: Herve Codina (Schneider Electric) Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/renesas/r9a06g032.dtsi | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/arch/arm/boot/dts/renesas/r9a06g032.dtsi b/arch/arm/boot/dts/renesas/r9a06g032.dtsi index 442ea26b40f5..ba3f011e8c17 100644 --- a/arch/arm/boot/dts/renesas/r9a06g032.dtsi +++ b/arch/arm/boot/dts/renesas/r9a06g032.dtsi @@ -722,6 +722,40 @@ gpioirqmux: interrupt-controller@51000480 { status = "disabled"; }; + timer0: timer@51001000 { + compatible = "renesas,r9a06g032-timer", "renesas,rzn1-timer"; + reg = <0x51001000 0x400>; + clocks = <&sysctrl R9A06G032_HCLK_TIMER0>; + clock-names = "pclk"; + power-domains = <&sysctrl>; + interrupts = , + , + , + , + , + , + , + ; + status = "disabled"; + }; + + timer1: timer@51002000 { + compatible = "renesas,r9a06g032-timer", "renesas,rzn1-timer"; + reg = <0x51002000 0x400>; + clocks = <&sysctrl R9A06G032_HCLK_TIMER1>; + clock-names = "pclk"; + power-domains = <&sysctrl>; + interrupts = , + , + , + , + , + , + , + ; + status = "disabled"; + }; + can0: can@52104000 { compatible = "renesas,r9a06g032-sja1000", "renesas,rzn1-sja1000"; reg = <0x52104000 0x800>; -- 2.55.0