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

dt-bindings: net: rockchip-dwmac: add rk3568 compatible string

Add compatible string for RK3568 gmac, and constrain it to
be compatible with Synopsys dwmac 4.20a.
Signed-off-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 37c80d15
...@@ -24,6 +24,7 @@ select: ...@@ -24,6 +24,7 @@ select:
- rockchip,rk3366-gmac - rockchip,rk3366-gmac
- rockchip,rk3368-gmac - rockchip,rk3368-gmac
- rockchip,rk3399-gmac - rockchip,rk3399-gmac
- rockchip,rk3568-gmac
- rockchip,rv1108-gmac - rockchip,rv1108-gmac
required: required:
- compatible - compatible
...@@ -33,18 +34,23 @@ allOf: ...@@ -33,18 +34,23 @@ allOf:
properties: properties:
compatible: compatible:
items: oneOf:
- enum: - items:
- rockchip,px30-gmac - enum:
- rockchip,rk3128-gmac - rockchip,px30-gmac
- rockchip,rk3228-gmac - rockchip,rk3128-gmac
- rockchip,rk3288-gmac - rockchip,rk3228-gmac
- rockchip,rk3308-gmac - rockchip,rk3288-gmac
- rockchip,rk3328-gmac - rockchip,rk3308-gmac
- rockchip,rk3366-gmac - rockchip,rk3328-gmac
- rockchip,rk3368-gmac - rockchip,rk3366-gmac
- rockchip,rk3399-gmac - rockchip,rk3368-gmac
- rockchip,rv1108-gmac - rockchip,rk3399-gmac
- rockchip,rv1108-gmac
- items:
- enum:
- rockchip,rk3568-gmac
- const: snps,dwmac-4.20a
clocks: clocks:
minItems: 5 minItems: 5
......
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