[PATCH net-next v3 2/4] dt-bindings: net: adi,ad3306: add reset-gpios property

From: Alessandro Zini

Date: Fri Sep 18 2026 - 18:50:29 EST


The ADIN1140/AD3306 MAC-PHY has an active-low hardware reset pin, and the
driver binds to the common OA TC6 library which is gaining support for an
optional reset GPIO. As the schema uses "unevaluatedProperties: false", a
board description using the property would otherwise be rejected.

Add the optional reset-gpios property to describe the connection to that
pin.

Signed-off-by: Alessandro Zini <alessandro.zini@xxxxxxxxxxx>
---
Changes in v3:
- New patch, so that a board using reset-gpios with the adi,adin1140 /
adi,ad3306 compatibles is not rejected by dt_binding_check.
Documentation/devicetree/bindings/net/adi,ad3306.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/adi,ad3306.yaml b/Documentation/devicetree/bindings/net/adi,ad3306.yaml
index 785d05c995dbb..8eb72562459f2 100644
--- a/Documentation/devicetree/bindings/net/adi,ad3306.yaml
+++ b/Documentation/devicetree/bindings/net/adi,ad3306.yaml
@@ -42,6 +42,11 @@ properties:
description: Interrupt from the MAC-PHY for receive data available
and error conditions

+ reset-gpios:
+ description:
+ GPIO connected to the active-low RESET_N pin of the MAC-PHY.
+ maxItems: 1
+
required:
- compatible
- reg
--
2.55.0