mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
[POWERPC] mpc52xx: device tree changes for FEC and MDIO
Add device tree entries for lite5200b's FEC's PHY. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
7acb939130
commit
b147d93d62
@ -277,10 +277,26 @@
|
|||||||
ethernet@3000 {
|
ethernet@3000 {
|
||||||
device_type = "network";
|
device_type = "network";
|
||||||
compatible = "mpc5200b-fec","mpc5200-fec";
|
compatible = "mpc5200b-fec","mpc5200-fec";
|
||||||
reg = <3000 800>;
|
reg = <3000 400>;
|
||||||
mac-address = [ 02 03 04 05 06 07 ]; // Bad!
|
mac-address = [ 02 03 04 05 06 07 ]; // Bad!
|
||||||
interrupts = <2 5 0>;
|
interrupts = <2 5 0>;
|
||||||
interrupt-parent = <&mpc5200_pic>;
|
interrupt-parent = <&mpc5200_pic>;
|
||||||
|
phy-handle = <&phy0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
mdio@3000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
device_type = "mdio";
|
||||||
|
compatible = "mpc5200b-fec-phy";
|
||||||
|
reg = <3000 400>; // fec range, since we need to setup fec interrupts
|
||||||
|
interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
|
||||||
|
interrupt-parent = <&mpc5200_pic>;
|
||||||
|
|
||||||
|
phy0:ethernet-phy@0 {
|
||||||
|
device_type = "ethernet-phy";
|
||||||
|
reg = <0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ata@3a00 {
|
ata@3a00 {
|
||||||
|
Loading…
Reference in New Issue
Block a user