|
@@ -50,6 +50,23 @@
|
|
|
chosen {
|
|
chosen {
|
|
|
stdout-path = "serial2:1500000n8";
|
|
stdout-path = "serial2:1500000n8";
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ vcc_phy: vcc-phy-regulator {
|
|
|
|
|
+ compatible = "regulator-fixed";
|
|
|
|
|
+ regulator-name = "vcc_phy";
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ };
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&gmac2phy {
|
|
|
|
|
+ phy-supply = <&vcc_phy>;
|
|
|
|
|
+ clock_in_out = "output";
|
|
|
|
|
+ assigned-clocks = <&cru SCLK_MAC2PHY_SRC>;
|
|
|
|
|
+ assigned-clock-rate = <50000000>;
|
|
|
|
|
+ assigned-clocks = <&cru SCLK_MAC2PHY>;
|
|
|
|
|
+ assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
|
|
|
|
|
+ status = "okay";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
|
&uart2 {
|