[net-next v1 1/6] dt-bindings: net: dwmac: Add snps,use-ncsi property

From: Minda Chen

Date: Wed Jun 10 2026 - 04:02:05 EST


Add snps,use-ncsi dts bindings property for Synopsys designware
ethernet MAC with RMII interface and used as sideband interface
network controller(NCSI).

Signed-off-by: Minda Chen <minda.chen@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/net/snps,dwmac.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index 2449311c6d28..05b1d8428f65 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -545,6 +545,13 @@ properties:
Enables the TSO feature otherwise it will be managed by MAC HW capability
register.

+ snps,use-ncsi:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description:
+ Use the NC-SI stack instead of an MDIO PHY. Currently assumes
+ rmii (100bT) but kept as a separate property in case NC-SI grows support
+ for a gigabit link.
+
mdio:
$ref: mdio.yaml#
unevaluatedProperties: false
--
2.17.1