@@ -72,3 +72,18 @@
&nand {
status = "okay";
};
+
+ðer {
+ status = "okay";
+ local-mac-address = [00 00 00 00 00 00];
+ phy-handle = <ðphy>;
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethphy: ethphy@1 {
+ reg = <1>;
+ };
+ };
+};
@@ -70,3 +70,18 @@
&usb2 {
status = "okay";
};
+
+ðer {
+ status = "okay";
+ local-mac-address = [00 00 00 00 00 00];
+ phy-handle = <ðphy>;
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethphy: ethphy@1 {
+ reg = <1>;
+ };
+ };
+};
@@ -460,6 +460,16 @@
};
};
+ ether: 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";
+ };
+
nand: nand@68000000 {
compatible = "socionext,uniphier-denali-nand-v5b";
status = "disabled";
@@ -54,3 +54,20 @@
&nand {
status = "okay";
};
+
+ðer {
+ status = "okay";
+ local-mac-address = [00 00 00 00 00 00];
+ phy-mode = "rmii";
+ pinctrl-0 = <&pinctrl_ether_rmii>;
+ phy-handle = <ðphy>;
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethphy: ethphy@1 {
+ reg = <1>;
+ };
+ };
+};
@@ -58,3 +58,18 @@
&i2c0 {
status = "okay";
};
+
+ðer {
+ status = "okay";
+ local-mac-address = [00 00 00 00 00 00];
+ phy-handle = <ðphy>;
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethphy: ethphy@0 {
+ reg = <0>;
+ };
+ };
+};
@@ -513,6 +513,18 @@
};
};
+ ether: 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";
+ };
+
nand: nand@68000000 {
compatible = "socionext,uniphier-denali-nand-v5b";
status = "disabled";