|
@@ -1,8 +1,8 @@
|
|
|
-TI SoC Davinci MDIO Controller Device Tree Bindings
|
|
|
+TI SoC Davinci/Keystone2 MDIO Controller Device Tree Bindings
|
|
|
---------------------------------------------------
|
|
|
|
|
|
Required properties:
|
|
|
-- compatible : Should be "ti,davinci_mdio"
|
|
|
+- compatible : Should be "ti,davinci_mdio" or "ti,keystone_mdio"
|
|
|
- reg : physical base address and size of the davinci mdio
|
|
|
registers map
|
|
|
- bus_freq : Mdio Bus frequency
|
|
@@ -19,7 +19,7 @@ file.
|
|
|
Examples:
|
|
|
|
|
|
mdio: davinci_mdio@4A101000 {
|
|
|
- compatible = "ti,cpsw";
|
|
|
+ compatible = "ti,davinci_mdio";
|
|
|
reg = <0x4A101000 0x1000>;
|
|
|
bus_freq = <1000000>;
|
|
|
};
|
|
@@ -27,7 +27,7 @@ Examples:
|
|
|
(or)
|
|
|
|
|
|
mdio: davinci_mdio@4A101000 {
|
|
|
- compatible = "ti,cpsw";
|
|
|
+ compatible = "ti,davinci_mdio";
|
|
|
ti,hwmods = "davinci_mdio";
|
|
|
bus_freq = <1000000>;
|
|
|
};
|