mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: dts: imx6_colibri: introduce fec node
Sync DTS with the mainline Linux and introduce fec node. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
This commit is contained in:
parent
2788063f51
commit
fbcd88095d
1 changed files with 20 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
mmc0 = &usdhc3;
|
||||
mmc1 = &usdhc1;
|
||||
usb0 = &usbotg; /* required for ums */
|
||||
ethernet0 = &fec;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
@ -46,6 +47,25 @@
|
|||
};
|
||||
};
|
||||
|
||||
&fec {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_enet>;
|
||||
phy-mode = "rmii";
|
||||
phy-handle = <ðphy>;
|
||||
status = "okay";
|
||||
|
||||
mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ethphy: ethernet-phy@0 {
|
||||
reg = <0>;
|
||||
micrel,led-mode = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
* PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and
|
||||
* touch screen controller
|
||||
|
|
Loading…
Reference in a new issue