[U-Boot] [PATCH v1 3/6] ARM: dts: imx6_apalis: introduce fec node

2019-12-29 Thread sbabic
> From: Igor Opaniuk 
> Sync DTS with the mainline Linux and introduce fec node.
> Signed-off-by: Igor Opaniuk 
> Reviewed-by: Oleksandr Suvorov 
Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [U-Boot] [PATCH v1 3/6] ARM: dts: imx6_apalis: introduce fec node

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:16 PM Igor Opaniuk  wrote:
>
> From: Igor Opaniuk 
>
> Sync DTS with the mainline Linux and introduce fec node.
>
> Signed-off-by: Igor Opaniuk 

Reviewed-by: Oleksandr Suvorov 

> ---
>
>  arch/arm/dts/imx6-apalis.dts | 22 ++
>  1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/dts/imx6-apalis.dts b/arch/arm/dts/imx6-apalis.dts
> index b2fdfa1af4..72f7439aed 100644
> --- a/arch/arm/dts/imx6-apalis.dts
> +++ b/arch/arm/dts/imx6-apalis.dts
> @@ -22,6 +22,7 @@
> mmc1 = 
> mmc2 = 
> usb0 =  /* required for ums */
> +   ethernet0 = 
> };
>
> chosen {
> @@ -197,6 +198,27 @@
> status = "okay";
>  };
>
> + {
> +   pinctrl-names = "default";
> +   pinctrl-0 = <_enet>;
> +   phy-mode = "rgmii";
> +   phy-handle = <>;
> +   phy-reset-duration = <10>;
> +   phy-reset-gpios = < 25 GPIO_ACTIVE_LOW>;
> +   status = "okay";
> +
> +   mdio {
> +   #address-cells = <1>;
> +   #size-cells = <0>;
> +
> +   ethphy: ethernet-phy@7 {
> +   interrupt-parent = <>;
> +   interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
> +   reg = <7>;
> +   };
> +   };
> +};
> +
>  /* Apalis Serial ATA */
>   {
> status = "okay";
> --
> 2.17.1
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
Best regards
Oleksandr Suvorov

Toradex AG
Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500
4800 (main line)


[U-Boot] [PATCH v1 3/6] ARM: dts: imx6_apalis: introduce fec node

2019-11-04 Thread Igor Opaniuk
From: Igor Opaniuk 

Sync DTS with the mainline Linux and introduce fec node.

Signed-off-by: Igor Opaniuk 
---

 arch/arm/dts/imx6-apalis.dts | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/arch/arm/dts/imx6-apalis.dts b/arch/arm/dts/imx6-apalis.dts
index b2fdfa1af4..72f7439aed 100644
--- a/arch/arm/dts/imx6-apalis.dts
+++ b/arch/arm/dts/imx6-apalis.dts
@@ -22,6 +22,7 @@
mmc1 = 
mmc2 = 
usb0 =  /* required for ums */
+   ethernet0 = 
};
 
chosen {
@@ -197,6 +198,27 @@
status = "okay";
 };
 
+ {
+   pinctrl-names = "default";
+   pinctrl-0 = <_enet>;
+   phy-mode = "rgmii";
+   phy-handle = <>;
+   phy-reset-duration = <10>;
+   phy-reset-gpios = < 25 GPIO_ACTIVE_LOW>;
+   status = "okay";
+
+   mdio {
+   #address-cells = <1>;
+   #size-cells = <0>;
+
+   ethphy: ethernet-phy@7 {
+   interrupt-parent = <>;
+   interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
+   reg = <7>;
+   };
+   };
+};
+
 /* Apalis Serial ATA */
  {
status = "okay";
-- 
2.17.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot