Commit 4e4ad686 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by David S. Miller

ARM64: dts: mediatek: enable ethernet on pumpkin boards

Add remaining properties to the ethernet node and enable it.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7c20f7f3
......@@ -167,6 +167,24 @@ &uart0 {
status = "okay";
};
&ethernet {
pinctrl-names = "default";
pinctrl-0 = <&ethernet_pins_default>;
phy-handle = <&eth_phy>;
phy-mode = "rmii";
mac-address = [00 00 00 00 00 00];
status = "okay";
mdio {
#address-cells = <1>;
#size-cells = <0>;
eth_phy: ethernet-phy@0 {
reg = <0>;
};
};
};
&usb0 {
status = "okay";
dr_mode = "peripheral";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment