From patchwork Thu Mar 20 10:54:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pinkesh Vaghela X-Patchwork-Id: 14023696 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 58974C36002 for ; Thu, 20 Mar 2025 10:55:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mxVkhgvA5jpmu2OPSk2aVz6JUENUCKNvSba0ZbAhclk=; b=McBtwS7eg5w0YI XN05LbI9Kh5TdLNed4eDg5CKAu0Un11HkRvgZPeHmpWclYknUEDclHbyQJl1u2QxX6YDe6QK6rvwt OpN0K/cmF5sEooPVH7MQEVSmzvC5RrlnLr5FMmEhGmmfa9ZEIc3MNnaUrk/H7VzLVQjNiCJl8a37w Y488ZCC7pISROnifu4XNj6vvzBC4JI+oTRSkDwpid/Crh2Cjz2FRj1zxZOkZoCLpZvELWgKEHUUJ0 NUJJux+gxWsF0JbxrwEsw0f082mthA0ZR2vBBRvboawEMS7F+NL4yLJ4tqr6FE09IzncpjvGQ35CI 8tHQV6z7jnluo3jOJ7TA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tvDYD-0000000Bs0b-0NMA; Thu, 20 Mar 2025 10:55:01 +0000 Received: from naesa03.arrow.com ([216.150.161.23]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tvDY8-0000000Brv6-08Ip for linux-riscv@lists.infradead.org; Thu, 20 Mar 2025 10:54:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=einfochips.com; i=@einfochips.com; l=2124; q=dns/txt; s=NAESA-Selector1; t=1742468096; x=1774004096; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eS3MaGonIoU9nAIFGQh9EPnwWnxVAYDNEq2SAR0mRpQ=; b=MEQLRdxa+7l6uLHbzorpU9NOeCPeJ4W6NUartNrC6F34CJK5FhG8JvlU e8ihSQlS7g2202aaFLlRj1nmk6G5wu7o+myboZViUcJZlGlkMFMD6UQTW 7HQqGSrU5+HNTas9ktjSekH7vlyLtDP8PZhDkgo0vXF1Uma5t5W4ss9B/ kjgsjODdQym4tc1OtmHZ93MUemuXEhZ5epFfkPGrukF53S8HDLv9hrTHV 4rqKzffGi4egCO9ez5e1rHAzlDmYZjvISMI4QH6+APTvfX7uooga/cw/Y 6RcwK1ml1TU2Gj8Ce2akLACwj3FFJFOHolZScbk2A/GGZ1t6U/mM9pKJ/ Q==; X-CSE-ConnectionGUID: TXbtMtAZQ/Oo06xXHZP0jQ== X-CSE-MsgGUID: hLc8YZSxTG+EJLYX6BLXKA== X-IronPort-AV: E=Sophos;i="6.14,261,1736838000"; d="scan'208";a="80317543" Received: from unknown (HELO eicahmirelay01.einfochips.com) ([10.100.49.50]) by naesa03out.arrow.com with ESMTP; 20 Mar 2025 04:54:55 -0600 Received: from AHMCPU1888.ap.corp.arrow.com ([172.25.5.100]) by eicahmirelay01.einfochips.com with Microsoft SMTPSVC(10.0.14393.4169); Thu, 20 Mar 2025 16:24:49 +0530 From: Pinkesh Vaghela To: Conor Dooley , Rob Herring , Krzysztof Kozlowski , Thomas Gleixner Cc: Paul Walmsley , Samuel Holland , Palmer Dabbelt , Albert Ou , Daniel Lezcano , Min Lin , Pinkesh Vaghela , Pritesh Patel , Yangyu Chen , Lad Prabhakar , Yu Chien Peter Lin , Charlie Jenkins , Kanak Shilledar , Darshan Prajapati , Neil Armstrong , Heiko Stuebner , Aradhya Bhatia , rafal@milecki.pl, Anup Patel , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 04/10] dt-bindings: riscv: Add SiFive HiFive Premier P550 board Date: Thu, 20 Mar 2025 16:24:43 +0530 Message-Id: <20250320105449.2094192-5-pinkesh.vaghela@einfochips.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250320105449.2094192-1-pinkesh.vaghela@einfochips.com> References: <20250320105449.2094192-1-pinkesh.vaghela@einfochips.com> MIME-Version: 1.0 X-OriginalArrivalTime: 20 Mar 2025 10:54:49.0835 (UTC) FILETIME=[8083CBB0:01DB9986] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250320_035456_132945_52DF8771 X-CRM114-Status: GOOD ( 11.26 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org From: Pritesh Patel Add DT binding documentation for the ESWIN EIC7700 SoC and HiFive Premier P550 Board Signed-off-by: Pritesh Patel Reviewed-by: Samuel Holland Signed-off-by: Pinkesh Vaghela Reviewed-by: Matthias Brugger Reviewed-by: Rob Herring (Arm) --- .../devicetree/bindings/riscv/eswin.yaml | 29 +++++++++++++++++++ MAINTAINERS | 7 +++++ 2 files changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/riscv/eswin.yaml diff --git a/Documentation/devicetree/bindings/riscv/eswin.yaml b/Documentation/devicetree/bindings/riscv/eswin.yaml new file mode 100644 index 000000000000..c603c45eef22 --- /dev/null +++ b/Documentation/devicetree/bindings/riscv/eswin.yaml @@ -0,0 +1,29 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/riscv/eswin.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ESWIN SoC-based boards + +maintainers: + - Min Lin + - Pinkesh Vaghela + - Pritesh Patel + +description: + ESWIN SoC-based boards + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - enum: + - sifive,hifive-premier-p550 + - const: eswin,eic7700 + +additionalProperties: true + +... diff --git a/MAINTAINERS b/MAINTAINERS index 25c86f47353d..fc3c9191b00f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8572,6 +8572,13 @@ L: linux-can@vger.kernel.org S: Maintained F: drivers/net/can/usb/esd_usb.c +ESWIN DEVICETREES +M: Min Lin +M: Pinkesh Vaghela +M: Pritesh Patel +S: Maintained +F: Documentation/devicetree/bindings/riscv/eswin.yaml + ET131X NETWORK DRIVER M: Mark Einon S: Odd Fixes