diff options
author | Varshini Rajendran <[email protected]> | 2024-02-23 22:52:28 +0530 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-02-26 18:39:56 -0800 |
commit | 5c237967e632c81db0504cffa26eaa19e7940650 (patch) | |
tree | 08092b4cdeb48ee2a8edd6925c50b991cb07366b | |
parent | 3a25e212306c2f9ecea5bee17ab90f5efad6e2a2 (diff) |
dt-bindings: net: cdns,macb: add sam9x7 ethernet interface
Add documentation for sam9x7 ethernet interface.
Signed-off-by: Varshini Rajendran <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/cdns,macb.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml index bf8894a0257e..2c71e2cf3a2f 100644 --- a/Documentation/devicetree/bindings/net/cdns,macb.yaml +++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml @@ -59,6 +59,11 @@ properties: - cdns,gem # Generic - cdns,macb # Generic + - items: + - enum: + - microchip,sam9x7-gem # Microchip SAM9X7 gigabit ethernet interface + - const: microchip,sama7g5-gem # Microchip SAMA7G5 gigabit ethernet interface + reg: minItems: 1 items: |