diff options
author | Hari Prasath <Hari.PrasathGE@microchip.com> | 2021-08-12 09:44:22 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-08-14 01:12:32 +0200 |
commit | 593f8c44cc8b2290ca122315ba57c3d90ee6e812 (patch) | |
tree | 26c06ed0a5c8f2e8ae9296317479a5f643ddf66d | |
parent | net: macb: Add PTP support for SAMA5D29 (diff) | |
download | linux-593f8c44cc8b2290ca122315ba57c3d90ee6e812.tar.xz linux-593f8c44cc8b2290ca122315ba57c3d90ee6e812.zip |
dt-bindings: net: macb: add documentation for sama5d29 ethernet interface
Add documentation for SAMA5D29 ethernet interface.
Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>
Link: https://lore.kernel.org/r/20210812074422.13487-2-Hari.PrasathGE@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/macb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index a4d547efc32a..af9df2f01a1c 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -8,6 +8,7 @@ Required properties: Use "cdns,np4-macb" for NP4 SoC devices. Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". Use "atmel,sama5d2-gem" for the GEM IP (10/100) available on Atmel sama5d2 SoCs. + Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs. Use "atmel,sama5d3-macb" for the 10/100Mbit IP available on Atmel sama5d3 SoCs. Use "atmel,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs. |