arm64: dts: uniphier: add AVE ethernet node
Add nodes of the AVE ethernet controller for LD11 and LD20 SoCs and the boards. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
committed by
Masahiro Yamada
parent
e3cc931921
commit
c73730ee4c
@ -131,6 +131,17 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð {
|
||||||
|
status = "okay";
|
||||||
|
phy-handle = <ðphy>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
ethphy: ethphy@1 {
|
||||||
|
reg = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&nand {
|
&nand {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -70,3 +70,14 @@
|
|||||||
&usb2 {
|
&usb2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð {
|
||||||
|
status = "okay";
|
||||||
|
phy-handle = <ðphy>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
ethphy: ethphy@1 {
|
||||||
|
reg = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
@ -545,6 +545,22 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eth: ethernet@65000000 {
|
||||||
|
compatible = "socionext,uniphier-ld11-ave4";
|
||||||
|
status = "disabled";
|
||||||
|
reg = <0x65000000 0x8500>;
|
||||||
|
interrupts = <0 66 4>;
|
||||||
|
clocks = <&sys_clk 6>;
|
||||||
|
resets = <&sys_rst 6>;
|
||||||
|
phy-mode = "rmii";
|
||||||
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
|
||||||
|
mdio: mdio {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nand: nand@68000000 {
|
nand: nand@68000000 {
|
||||||
compatible = "socionext,uniphier-denali-nand-v5b";
|
compatible = "socionext,uniphier-denali-nand-v5b";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
@ -113,6 +113,19 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð {
|
||||||
|
status = "okay";
|
||||||
|
phy-mode = "rmii";
|
||||||
|
pinctrl-0 = <&pinctrl_ether_rmii>;
|
||||||
|
phy-handle = <ðphy>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
ethphy: ethphy@1 {
|
||||||
|
reg = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&nand {
|
&nand {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -58,3 +58,14 @@
|
|||||||
&i2c0 {
|
&i2c0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð {
|
||||||
|
status = "okay";
|
||||||
|
phy-handle = <ðphy>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
ethphy: ethphy@0 {
|
||||||
|
reg = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
@ -598,6 +598,24 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eth: ethernet@65000000 {
|
||||||
|
compatible = "socionext,uniphier-ld20-ave4";
|
||||||
|
status = "disabled";
|
||||||
|
reg = <0x65000000 0x8500>;
|
||||||
|
interrupts = <0 66 4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
||||||
|
clocks = <&sys_clk 6>;
|
||||||
|
resets = <&sys_rst 6>;
|
||||||
|
phy-mode = "rgmii";
|
||||||
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
|
||||||
|
mdio: mdio {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nand: nand@68000000 {
|
nand: nand@68000000 {
|
||||||
compatible = "socionext,uniphier-denali-nand-v5b";
|
compatible = "socionext,uniphier-denali-nand-v5b";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
Reference in New Issue
Block a user