soc: arm: atmel: sam4e: add support for MDIO driver
Update to dts file to add MDIO driver. Signed-off-by: Arvin Farahmand <arvinf@ip-logix.com>
This commit is contained in:
parent
ce24eb7f71
commit
9ab2fc7c72
|
@ -166,6 +166,12 @@
|
|||
&pd12a_gmac_grx3 &pd13a_gmac_gcol
|
||||
&pd10a_gmac_gcrs &pd8a_gmac_gmdc
|
||||
&pd9a_gmac_gmdio>;
|
||||
|
||||
mdio: mdio {
|
||||
compatible = "atmel,sam-mdio";
|
||||
label = "MDIO";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
pinctrl@400e0e00 {
|
||||
|
|
Loading…
Reference in New Issue