@@ -193,5 +193,36 @@
reg = <0x0 0x17000014 0x0 0x100>;
mask = <0x1>;
};
+
+ phy1: phy@1f21a000 {
+ compatible = "apm,xgene-phy";
+ reg = <0x0 0x1f21a000 0x0 0x100>,
+ <0x0 0x1f21c000 0x0 0x100>;
+ #phy-cells = <1>;
+ status = "disabled";
+ apm,tx-boost-gain = <0x2 0x3 0x3 0x2 0x3 0x3>;
+ apm,tx-eye-tuning = <0x2 0xa 0xa 0x2 0xa 0xa>;
+ };
+
+ phy2: phy@1f22a000 {
+ compatible = "apm,xgene-phy";
+ reg = <0x0 0x1f22a000 0x0 0x100>,
+ <0x0 0x1f22c000 0x0 0x100>;
+ #phy-cells = <1>;
+ status = "ok";
+ apm,tx-boost-gain = <0x2 0x3 0x2 0x2 0x3 0x2>;
+ apm,tx-eye-tuning = <0x1 0xa 0xa 0x2 0xa 0x5>;
+ };
+
+ phy3: phy@1f23a000 {
+ compatible = "apm,xgene-phy-ext";
+ reg = <0x0 0x1f23a000 0x0 0x100>,
+ <0x0 0x1f23c000 0x0 0x100>,
+ <0x0 0x1f2d0000 0x0 0x100>;
+ #phy-cells = <1>;
+ status = "ok";
+ apm,tx-boost-gain = <0x2 0x3 0x3 0x2 0x3 0x3>;
+ apm,tx-eye-tuning = <0x2 0xa 0xa 0x2 0xa 0xc>;
+ };
};
};