From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 9CDD63F23C2 for ; Wed, 29 Apr 2026 11:51:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777463475; cv=none; b=cmvB1rnKKu7CjvkY18gMyQRXnl7ALKJJSyCMX3FvXCs4PHxIRhN9k0tm7b3YRUNaVzXBrddpbc/X445EvSZxCkjcOApK7+RZueocTBKz2hG4AmLPK3jFPsvq6CVTqWTmAyD1fAkb/S6XEgDcjhjl5xMA2tHvAjeanQZhH7U/l7w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777463475; c=relaxed/simple; bh=YB0zZ417pPJLv9gKaLWcEu6H1usATHagKlTF7j6mUHE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EwpqECOvrzHo2rvaYXrSraDFW4G3FJNzhpIj8YoSCsPTRWvemyKUs8+2HI4bEppzLuXzxHECqRDnwWKnYwqVPopzZ4l+PiRj83p7P44DBHSJgirpkpo/Sw43OqnDcUpjNP5PJEUAgMA6l+3EHymU3zpcHjP6dwdyz843BxFURCY= 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=NytjCkyG; arc=none smtp.client-ip=185.246.85.4 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="NytjCkyG" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 509134E42B3E; Wed, 29 Apr 2026 11:51:09 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 26FBB601DF; Wed, 29 Apr 2026 11:51:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BF39610728DD6; Wed, 29 Apr 2026 13:51:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1777463468; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=XFdnAQ+zG+czHlNsfQu+J0GXRK/1/96xZW3qt2+UsSs=; b=NytjCkyG9DnqNC2lIaS677PEpQAmQ4fi7jimqD8eamoGsB+Sv8GOOGRF29fJN73D5LYBpe IVvVgCDech47zrdwPu6BYWCh3PWqc5obCLz7YRzsP4Wd2MA2CGC+VOH4yxYp4fNsKq/LcY 53EdwVgWi4jFJ7SNpQ9ln/p6EegU+hyB44bRHHr9+5MKG5y2XebAwxBqBWZPp3bY6oI4BN 7nJU1r3FtevgcGGD/DjS/Db7fUcjrreGDUh5M9SysTbO68YkVqNTE0U0flxzh4KIBo2kbH COpIhk26sHGN10/494ppA1ZQPuF4bmHJ/LtRq1gX6YC5zNNLRLwAVsxptBryGA== 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 v2 3/4] ARM: dts: r9a06g032: Add support for timers Date: Wed, 29 Apr 2026 13:50:22 +0200 Message-ID: <20260429115054.158160-4-herve.codina@bootlin.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260429115054.158160-1-herve.codina@bootlin.com> References: <20260429115054.158160-1-herve.codina@bootlin.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-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) --- 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.53.0