提交 a1abafb6 编写于 作者: J Jerome Brunet 提交者: Kevin Hilman

arm64: dts: meson: sei510: add network support

Enable the network interface of the SEI510 which use the internal PHY.
Tested-by: NKevin Hilman <khilman@baylibre.com>
Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
Acked-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 de038601
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
...@@ -149,6 +150,12 @@ ...@@ -149,6 +150,12 @@
}; };
}; };
&ethmac {
status = "okay";
phy-handle = <&internal_ephy>;
phy-mode = "rmii";
};
&hdmi_tx { &hdmi_tx {
status = "okay"; status = "okay";
pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>; pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册