Commit c827b7a3 authored by Jianguo Zhang's avatar Jianguo Zhang Committed by David S. Miller

dt-bindings: net: mediatek-dwmac: add support for mt8188

Add binding document for the ethernet on mt8188
Signed-off-by: default avatarJianguo Zhang <jianguo.zhang@mediatek.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fd01b9b5
...@@ -19,6 +19,7 @@ select: ...@@ -19,6 +19,7 @@ select:
contains: contains:
enum: enum:
- mediatek,mt2712-gmac - mediatek,mt2712-gmac
- mediatek,mt8188-gmac
- mediatek,mt8195-gmac - mediatek,mt8195-gmac
required: required:
- compatible - compatible
...@@ -37,6 +38,11 @@ properties: ...@@ -37,6 +38,11 @@ properties:
- enum: - enum:
- mediatek,mt8195-gmac - mediatek,mt8195-gmac
- const: snps,dwmac-5.10a - const: snps,dwmac-5.10a
- items:
- enum:
- mediatek,mt8188-gmac
- const: mediatek,mt8195-gmac
- const: snps,dwmac-5.10a
clocks: clocks:
minItems: 5 minItems: 5
...@@ -74,7 +80,7 @@ properties: ...@@ -74,7 +80,7 @@ properties:
or will round down. Range 0~31*170. or will round down. Range 0~31*170.
For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550, For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
or will round down. Range 0~31*550. or will round down. Range 0~31*550.
For MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple of 290, For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple of 290,
or will round down. Range 0~31*290. or will round down. Range 0~31*290.
mediatek,rx-delay-ps: mediatek,rx-delay-ps:
...@@ -84,7 +90,7 @@ properties: ...@@ -84,7 +90,7 @@ properties:
or will round down. Range 0~31*170. or will round down. Range 0~31*170.
For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550, For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
or will round down. Range 0~31*550. or will round down. Range 0~31*550.
For MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple
of 290, or will round down. Range 0~31*290. of 290, or will round down. Range 0~31*290.
mediatek,rmii-rxc: mediatek,rmii-rxc:
......
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