summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2019-05-20 15:14:00 +0200
committerKevin Hilman <khilman@baylibre.com>2019-06-11 15:50:01 -0700
commitde0386015130be280f17b3277f25a1feb921f519 (patch)
tree22f2087d97e7706e3ceed928e204545d8bef6dd8 /arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
parent280c17df8fbf0000ba53cb741ee822d9662f8c9e (diff)
downloadlinux-stable-de0386015130be280f17b3277f25a1feb921f519.tar.gz
linux-stable-de0386015130be280f17b3277f25a1feb921f519.tar.bz2
linux-stable-de0386015130be280f17b3277f25a1feb921f519.zip
arm64: dts: meson: u200: add internal network
The u200 is the main mother board for the S905D2. It can provide both the internal and external network. However, by default the resistance required for the external RGMII bus are not fitted, so enable the internal PHY. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
index e02534ab7673..8551fbd4a488 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
@@ -15,6 +15,7 @@
aliases {
serial0 = &uart_AO;
+ ethernet0 = &ethmac;
};
chosen {
@@ -150,6 +151,12 @@
};
};
+&ethmac {
+ status = "okay";
+ phy-handle = <&internal_ephy>;
+ phy-mode = "rmii";
+};
+
&hdmi_tx {
status = "okay";
pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>;