[net-next v2 1/4] dt-bindings: net: ftgmac100: Add resets property
From: Jacky Chou
Date: Mon Jun 09 2025 - 21:24:56 EST
Add optional resets property for Aspeed SoCs to reset the MAC and
RGMII/RMII.
Signed-off-by: Jacky Chou <jacky_chou@xxxxxxxxxxxxxx>
---
.../bindings/net/faraday,ftgmac100.yaml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml
index 55d6a8379025..8b9688c5b985 100644
--- a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml
+++ b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml
@@ -35,6 +35,11 @@ properties:
- description: MAC IP clock
- description: RMII RCLK gate for AST2500/2600
+ resets:
+ maxItems: 1
+ description:
+ Optional reset control for the MAC controller
+
clock-names:
minItems: 1
items:
@@ -74,6 +79,20 @@ required:
- reg
- interrupts
+allOf:
+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - aspeed,ast2600-mac
+ then:
+ properties:
+ resets: true
+ else:
+ properties:
+ resets: false
+
unevaluatedProperties: false
examples:
--
2.34.1