From patchwork Thu Dec 5 12:56:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 13895210 X-Patchwork-Delegate: kuba@kernel.org Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 3DA79218AC1 for ; Thu, 5 Dec 2024 12:56:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733403419; cv=none; b=kVvNMvXMpLSAuBM/WyESRfQYn4udoWDn5r3T786tHqpcOuQsOEsOmgivZGzwQmNsmbbUYOFiyClTY8wZGbDt2g32VEo0Qy99nlGeBDS3ChJZKk5YU31dvWIJapk4K9Ta52I7+IDRghjIrnwDSH/o4CyFNEvsGP5oBeMFXn3DXv8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733403419; c=relaxed/simple; bh=cZwGv1+3L3v5BNBzi+NSh0oZdV86m9Y8rNR+g2q35I8=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=eHQrd+lymqMA+EnlJAWVACOVC9VpIfh+AciPo0s88gsI3/2eDg8+YjLoItEcXb9gIuZa1Ia03s83weStQjLNKSWkOEeE6xDoT15esNrfw7dIfkUVnJKgnyG1jd9pDTA7ngkC1QFFvqYic4wG7WafmXUleSkgcTRjDmo6U2hiRRs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tJBPP-0006PH-HP; Thu, 05 Dec 2024 13:56:43 +0100 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tJBPN-001pLH-0O; Thu, 05 Dec 2024 13:56:41 +0100 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tJBPN-005GEX-2c; Thu, 05 Dec 2024 13:56:41 +0100 From: Oleksij Rempel To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Woojung Huh , Andrew Lunn Cc: Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH v1 1/5] dt-bindings: net: Add TI DP83TD510 10BaseT1L PHY Date: Thu, 5 Dec 2024 13:56:36 +0100 Message-Id: <20241205125640.1253996-2-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241205125640.1253996-1-o.rempel@pengutronix.de> References: <20241205125640.1253996-1-o.rempel@pengutronix.de> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Introduce devicetree binding for the Texas Instruments DP83TD510 Ultra Low Power 802.3cg 10Base-T1L Single Pair Ethernet PHY. Signed-off-by: Oleksij Rempel --- .../devicetree/bindings/net/ti,dp83td510.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/ti,dp83td510.yaml diff --git a/Documentation/devicetree/bindings/net/ti,dp83td510.yaml b/Documentation/devicetree/bindings/net/ti,dp83td510.yaml new file mode 100644 index 000000000000..cf13e86a4017 --- /dev/null +++ b/Documentation/devicetree/bindings/net/ti,dp83td510.yaml @@ -0,0 +1,35 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/net/ti,dp83td510.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: TI DP83TD510 10BaseT1L PHY + +maintainers: + - Oleksij Rempel + +description: + DP83TD510E Ultra Low Power 802.3cg 10Base-T1L 10M Single Pair Ethernet PHY + +allOf: + - $ref: ethernet-phy.yaml# + +properties: + compatible: + enum: + - ethernet-phy-id2000.0181 + +unevaluatedProperties: false + +examples: + - | + mdio { + #address-cells = <1>; + #size-cells = <0>; + + ethernet-phy@0 { + compatible = "ethernet-phy-id2000.0181"; + reg = <0>; + }; + };