From patchwork Thu Apr 3 21:29:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Bultel X-Patchwork-Id: 14037690 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8A85719F461; Thu, 3 Apr 2025 21:29:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743715786; cv=none; b=Zs98qxskKoHmDlhWh4xNBCc1Hys817fxY1pe8lMH3g2gjkk5WCDMrTMAtmO75nf9i95CUoQSKGYsv+cotT+/gd2ZqQY9WOU6wlE8Csz1xepVdHygQWE4NGL3EwktZpnppKoBFHUbdWOvdtb7wHNRZBtmtXF10wf0pEkDsKVSaII= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743715786; c=relaxed/simple; bh=YxDE6tprVAZ7j5j/ekac/3vi9Zs0P+k+nT1JUlpiwu8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hEwzDVCgOekonmutWgmsS5pVHTZ6ej5ZxTN4/Yq1z3G5DPLLoxxtUCNV2h+8EY4PJb+SyzCj5oZOsCCCOKB7RBRJeEMqWV5hHAJHawasKOsxO1sPdgQnpC6qgIqwQl2aYTC2Kjggxf/UCL+0Vs70qnXxurI7AVqRwZuVqaf3yNA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: LqK9U3+5SLW8xqmwkU5afA== X-CSE-MsgGUID: Vy7ahnWaSEOs10A7znv9JA== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 04 Apr 2025 06:29:43 +0900 Received: from superbuilder.administration.lan (unknown [10.226.92.33]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 26F5D40B446A; Fri, 4 Apr 2025 06:29:39 +0900 (JST) From: Thierry Bultel To: thierry.bultel@linatsea.fr Cc: linux-renesas-soc@vger.kernel.org, geert@linux-m68k.org, paul.barker.ct@bp.renesas.com, Thierry Bultel , Rob Herring , Geert Uytterhoeven , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v7 01/13] dt-bindings: soc: Add Renesas RZ/T2H (R9A09G077) SoC Date: Thu, 3 Apr 2025 23:29:03 +0200 Message-ID: <20250403212919.1137670-2-thierry.bultel.yh@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250403212919.1137670-1-thierry.bultel.yh@bp.renesas.com> References: <20250403212919.1137670-1-thierry.bultel.yh@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add RZ/T2H (R9A09G077), its variants, and the rt2h-evk evaluation board in documentation. Acked-by: Rob Herring (Arm) Signed-off-by: Thierry Bultel Reviewed-by: Geert Uytterhoeven --- Changes v6->v7: none Changes v5->v6: rebased on next-20250331 Changes v4->v5: none Changes v3->v4: none --- .../devicetree/bindings/soc/renesas/renesas.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 51a4c48eea6d..6874f425bf1f 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -570,6 +570,16 @@ properties: - const: renesas,r9a09g057h48 - const: renesas,r9a09g057 + - description: RZ/T2H (R9A09G077) + items: + - enum: + - renesas,rzt2h-evk # RZ/T2H Evaluation Board + - enum: + - renesas,r9a09g077m04 # RZ/T2H with Single Cortex-A55 + Dual Cortex-R52 - no security + - renesas,r9a09g077m24 # RZ/T2H with Dual Cortex-A55 + Dual Cortex-R52 - no security + - renesas,r9a09g077m44 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 - no security + - const: renesas,r9a09g077 + additionalProperties: true ...