Skip to content

Commit 44dc95f

Browse files
arvinfnashif
authored andcommitted
soc: arm: atmel: same70: add support for MDIO driver
Update to dts file to add MDIO driver. Signed-off-by: Arvin Farahmand <[email protected]>
1 parent 9ab2fc7 commit 44dc95f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dts/arm/atmel/same70.dtsi

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,14 @@
362362
pinctrl-0 = <&pd0a_gmac_gtxck &pd1a_gmac_gtxen
363363
&pd2a_gmac_gtx0 &pd3a_gmac_gtx1
364364
&pd4a_gmac_grxdv &pd5a_gmac_grx0
365-
&pd6a_gmac_grx1 &pd7a_gmac_grxer
366-
&pd8a_gmac_gmdc &pd9a_gmac_gmdio>;
365+
&pd6a_gmac_grx1 &pd7a_gmac_grxer>;
366+
367+
mdio: mdio {
368+
compatible = "atmel,sam-mdio";
369+
label = "MDIO";
370+
status = "disabled";
371+
pinctrl-0 = <&pd8a_gmac_gmdc &pd9a_gmac_gmdio>;
372+
};
367373
};
368374

369375
tc0: tc@4000c000 {

0 commit comments

Comments
 (0)