diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-08-10 12:28:38 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-08-10 12:28:38 +0000 |
commit | b7d8b5635a26610e7758d58c936e44a854797c3c (patch) | |
tree | c7140a7b426e0c100017725ed8e9eafb8d06412e /Bindings/net/snps,dwmac.yaml | |
parent | dec44e532c3bba72c68af7337d74712dd9540aee (diff) | |
download | src-b7d8b5635a26610e7758d58c936e44a854797c3c.tar.gz src-b7d8b5635a26610e7758d58c936e44a854797c3c.zip |
Diffstat (limited to 'Bindings/net/snps,dwmac.yaml')
-rw-r--r-- | Bindings/net/snps,dwmac.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Bindings/net/snps,dwmac.yaml b/Bindings/net/snps,dwmac.yaml index 7ae70dc27f78..7eb43707e601 100644 --- a/Bindings/net/snps,dwmac.yaml +++ b/Bindings/net/snps,dwmac.yaml @@ -286,7 +286,8 @@ properties: MAC2MAC connection. mdio: - type: object + $ref: mdio.yaml# + unevaluatedProperties: false description: Creates and registers an MDIO bus. @@ -326,6 +327,9 @@ allOf: - ingenic,x1600-mac - ingenic,x1830-mac - ingenic,x2000-mac + - snps,dwmac-3.50a + - snps,dwmac-4.10a + - snps,dwmac-4.20a - snps,dwxgmac - snps,dwxgmac-2.10 - st,spear600-gmac |