Commit 517a882a authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by David S. Miller

dt-bindings: net: dwmac: Add Rockchip DWMAC support

Add Rockchip DWMAC controllers, which are based on snps,dwmac.
Some of the SoCs require up to eight clocks, so maxItems
for clocks and clock-names need to be increased.
Signed-off-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Reviewed-by: default avatarDavid Wu <david.wu@rock-chips.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b9460dd8
...@@ -56,6 +56,15 @@ properties: ...@@ -56,6 +56,15 @@ properties:
- amlogic,meson8m2-dwmac - amlogic,meson8m2-dwmac
- amlogic,meson-gxbb-dwmac - amlogic,meson-gxbb-dwmac
- amlogic,meson-axg-dwmac - amlogic,meson-axg-dwmac
- rockchip,px30-gmac
- rockchip,rk3128-gmac
- rockchip,rk3228-gmac
- rockchip,rk3288-gmac
- rockchip,rk3328-gmac
- rockchip,rk3366-gmac
- rockchip,rk3368-gmac
- rockchip,rk3399-gmac
- rockchip,rv1108-gmac
- snps,dwmac - snps,dwmac
- snps,dwmac-3.50a - snps,dwmac-3.50a
- snps,dwmac-3.610 - snps,dwmac-3.610
...@@ -89,7 +98,7 @@ properties: ...@@ -89,7 +98,7 @@ properties:
clocks: clocks:
minItems: 1 minItems: 1
maxItems: 5 maxItems: 8
additionalItems: true additionalItems: true
items: items:
- description: GMAC main clock - description: GMAC main clock
...@@ -101,7 +110,7 @@ properties: ...@@ -101,7 +110,7 @@ properties:
clock-names: clock-names:
minItems: 1 minItems: 1
maxItems: 5 maxItems: 8
additionalItems: true additionalItems: true
contains: contains:
enum: enum:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment