Skip to content
Snippets Groups Projects
Commit 6fd7d8eb authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Sebastian Reichel
Browse files

dt-bindings: net: rockchip-dwmac: add rk3588 gmac compatible


Add compatible string for RK3588 gmac, which is similar to the RK3568
one, but needs another syscon device for clock selection.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 2dba4a21
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ select: ...@@ -25,6 +25,7 @@ select:
- rockchip,rk3368-gmac - rockchip,rk3368-gmac
- rockchip,rk3399-gmac - rockchip,rk3399-gmac
- rockchip,rk3568-gmac - rockchip,rk3568-gmac
- rockchip,rk3588-gmac
- rockchip,rv1108-gmac - rockchip,rv1108-gmac
required: required:
- compatible - compatible
...@@ -50,6 +51,7 @@ properties: ...@@ -50,6 +51,7 @@ properties:
- items: - items:
- enum: - enum:
- rockchip,rk3568-gmac - rockchip,rk3568-gmac
- rockchip,rk3588-gmac
- const: snps,dwmac-4.20a - const: snps,dwmac-4.20a
clocks: clocks:
...@@ -81,6 +83,10 @@ properties: ...@@ -81,6 +83,10 @@ properties:
description: The phandle of the syscon node for the general register file. description: The phandle of the syscon node for the general register file.
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
rockchip,php_grf:
description: The phandle of the syscon node for the peripheral general register file.
$ref: /schemas/types.yaml#/definitions/phandle
tx_delay: tx_delay:
description: Delay value for TXD timing. Range value is 0~0x7F, 0x30 as default. description: Delay value for TXD timing. Range value is 0~0x7F, 0x30 as default.
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
......
...@@ -72,6 +72,7 @@ properties: ...@@ -72,6 +72,7 @@ properties:
- rockchip,rk3328-gmac - rockchip,rk3328-gmac
- rockchip,rk3366-gmac - rockchip,rk3366-gmac
- rockchip,rk3368-gmac - rockchip,rk3368-gmac
- rockchip,rk3588-gmac
- rockchip,rk3399-gmac - rockchip,rk3399-gmac
- rockchip,rv1108-gmac - rockchip,rv1108-gmac
- snps,dwmac - snps,dwmac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment