From patchwork Tue Mar 25 16:08:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Bultel X-Patchwork-Id: 14029201 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 44A2F18A6AB; Tue, 25 Mar 2025 16:09:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742918967; cv=none; b=hrG4G5vrBXxjPTabtfRiwkqeq7wwSX6gzL2ur7C6Np2uRVY7x+Kd++A0TkS+1LPDqjlAHNsBzOkb4rQv85GSWKO9jhgmyX6ZHTOCzcc0SD1tsTtZwLBzEFtbv3KdLxtGPzo54ktABzFM641/w1rQ695n4Uw7sQ+K+XGU2skSOoY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742918967; c=relaxed/simple; bh=xFh8brCOlEO/YIg9mIK4Tbx8LDqlnUBKgj4ebKT+jbI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NEeqGaAmwyjFw5wicwglVPHoiE/vVHoYRznIRv+HnNKc6bequYpIveuqyzxRUWMCVyWGReRCFvfFaVMBIrh/0Eyl5SS6spqyDBxjZfnSJGc43CHyw880vJJagvX54DZLW2lGai/cLQXsYg/Isr/5uk/a47zP/n8CGdJuyFjC3MQ= 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.171 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: I2moV+cSS+yar+kZlfQr+w== X-CSE-MsgGUID: V6RyFrTbTxW8qGjD4TTjvA== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 26 Mar 2025 01:09:18 +0900 Received: from superbuilder.administration.lan (unknown [10.226.93.92]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1066C4013742; Wed, 26 Mar 2025 01:09:14 +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 v5 01/13] dt-bindings: soc: Add Renesas RZ/T2H (R9A09G077) SoC Date: Tue, 25 Mar 2025 17:08:49 +0100 Message-ID: <20250325160904.2688858-2-thierry.bultel.yh@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250325160904.2688858-1-thierry.bultel.yh@bp.renesas.com> References: <20250325160904.2688858-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 --- 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 225c0f07ae94..98563a31b5e1 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -554,6 +554,16 @@ properties: - renesas,r9a09g057h44 # RZ/V2HP with Mali-G31 + Mali-C55 support - 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 ...