mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
arm: mvebu: mcbin: dts: enable 1G network interface
Describe the 1Gb network interface with on-board 88E1512 PHY. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
6aaf76beb1
commit
eff26e4804
@ -154,6 +154,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpm_mdio {
|
||||||
|
ge_phy: ethernet-phy@0 {
|
||||||
|
reg = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&cpm_comphy {
|
&cpm_comphy {
|
||||||
/*
|
/*
|
||||||
* CP0 Serdes Configuration:
|
* CP0 Serdes Configuration:
|
||||||
@ -197,6 +203,16 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cps_ethernet {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&cps_eth1 {
|
||||||
|
status = "okay";
|
||||||
|
phy = <&ge_phy>;
|
||||||
|
phy-mode = "sgmii";
|
||||||
|
};
|
||||||
|
|
||||||
&cps_pinctl {
|
&cps_pinctl {
|
||||||
/*
|
/*
|
||||||
* MPP Bus:
|
* MPP Bus:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user