Skip to content

Commit ce24eb7

Browse files
arvinfnashif
authored andcommitted
soc: arm: atmel: same5x: add support for MDIO driver
Update to dts file to add MDIO driver. Signed-off-by: Arvin Farahmand <[email protected]>
1 parent 276996d commit ce24eb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/atmel/same5x.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
local-mac-address = [00 00 00 00 00 00];
1818
label = "GMAC";
1919
status = "disabled";
20+
21+
mdio: mdio {
22+
compatible = "atmel,sam-mdio";
23+
label = "MDIO";
24+
status = "disabled";
25+
};
2026
};
2127
};
2228
};

0 commit comments

Comments
 (0)