diff options
author | Varshini Rajendran <varshini.rajendran@microchip.com> | 2024-02-23 18:22:28 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-27 03:39:56 +0100 |
commit | 5c237967e632c81db0504cffa26eaa19e7940650 (patch) | |
tree | 08092b4cdeb48ee2a8edd6925c50b991cb07366b /Documentation/devicetree/bindings/net | |
parent | net/vsockmon: Do not set zeroed statistics (diff) | |
download | linux-5c237967e632c81db0504cffa26eaa19e7940650.tar.xz linux-5c237967e632c81db0504cffa26eaa19e7940650.zip |
dt-bindings: net: cdns,macb: add sam9x7 ethernet interface
Add documentation for sam9x7 ethernet interface.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20240223172228.671553-1-varshini.rajendran@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-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: |