mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
ARM: dts: imx6_apalis: 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:
committed by
Stefano Babic
parent
431cd76dd8
commit
f9be62a608
@@ -22,6 +22,7 @@
|
|||||||
mmc1 = &usdhc1;
|
mmc1 = &usdhc1;
|
||||||
mmc2 = &usdhc2;
|
mmc2 = &usdhc2;
|
||||||
usb0 = &usbotg; /* required for ums */
|
usb0 = &usbotg; /* required for ums */
|
||||||
|
ethernet0 = &fec;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@@ -197,6 +198,27 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&fec {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_enet>;
|
||||||
|
phy-mode = "rgmii";
|
||||||
|
phy-handle = <ðphy>;
|
||||||
|
phy-reset-duration = <10>;
|
||||||
|
phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
mdio {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
ethphy: ethernet-phy@7 {
|
||||||
|
interrupt-parent = <&gpio1>;
|
||||||
|
interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
reg = <7>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
/* Apalis Serial ATA */
|
/* Apalis Serial ATA */
|
||||||
&sata {
|
&sata {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
Reference in New Issue
Block a user