Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1728953

Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE

From Andrew Lunn <andrew@lunn.ch>
Newsgroups linux.kernel
Subject Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE
Date 2017-09-08 16:10 +0200
Message-ID <uns8N-87v-7@gated-at.bofh.it> (permalink)
References <unrcJ-7qq-3@gated-at.bofh.it> <unrcK-7qq-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> +	eth: ethernet@65000000 {
> +		compatible = "socionext,uniphier-ave4";
> +		reg = <0x65000000 0x8500>;
> +		interrupts = <0 66 4>;
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&pinctrl_ether_rgmii>;
> +		phy-mode = "rgmii";
> +		socionext,desc-bits = <64>;
> +		local-mac-address = [00 00 00 00 00 00];
> +
> +		#address-cells = <1>;
> +		#size-cells = <0>;

> +		ethphy: ethphy@1 {
> +			reg = <1>;
> +		};


So you normally have an mdio node, and the phy as a children of that
node.

       mdio {
                ethphy: ethernet-phy@6 {
                        reg = <6>;
                };
        };

	Andrew

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/3] add UniPhier AVE ethernet support Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-08 15:10 +0200
  [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and functions Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-08 15:10 +0200
    Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and  functions Andrew Lunn <andrew@lunn.ch> - 2017-09-08 16:00 +0200
    Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and  functions Florian Fainelli <f.fainelli@gmail.com> - 2017-09-08 21:00 +0200
      Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and functions Jassi Brar <jaswinder.singh@linaro.org> - 2017-09-09 05:40 +0200
        Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and  functions Andrew Lunn <andrew@lunn.ch> - 2017-09-09 18:00 +0200
  [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-08 15:10 +0200
    Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for  Socionext UniPhier AVE Andrew Lunn <andrew@lunn.ch> - 2017-09-08 16:10 +0200
    Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for  Socionext UniPhier AVE Florian Fainelli <f.fainelli@gmail.com> - 2017-09-08 21:00 +0200
  Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet  driver Andrew Lunn <andrew@lunn.ch> - 2017-09-08 16:00 +0200
  Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-08 16:50 +0200
  Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet  driver Florian Fainelli <f.fainelli@gmail.com> - 2017-09-09 18:40 +0200

csiph-web