diff options
author | Marcus Cooper <codekipper@gmail.com> | 2017-07-23 16:49:50 +0200 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2017-08-05 22:06:58 +0800 |
commit | ddb56254ae52acff7bd7fbd8f963e79bffc324d4 (patch) | |
tree | 66a1b818147fbedf27d558bbdebcb45d2cb50b17 /arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | |
parent | 6c75582a85fe30f458ea07cd36eb3bbeb6c82140 (diff) | |
download | talos-obmc-linux-ddb56254ae52acff7bd7fbd8f963e79bffc324d4.tar.gz talos-obmc-linux-ddb56254ae52acff7bd7fbd8f963e79bffc324d4.zip |
ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2
The dwmac-sun8i hardware is present on the Beelink X2.
It uses the internal PHY.
This patch create the needed emac node.
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[wens@csie.org: Fixed typo in commit subject]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-beelink-x2.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts index 10da56e86ab8..546837ccd8af 100644 --- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts +++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts @@ -53,7 +53,7 @@ aliases { serial0 = &uart0; - /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */ + ethernet0 = &emac; ethernet1 = &sdiowifi; }; @@ -108,6 +108,13 @@ status = "okay"; }; +&emac { + phy-handle = <&int_mii_phy>; + phy-mode = "mii"; + allwinner,leds-active-low; + status = "okay"; +}; + &ir { pinctrl-names = "default"; pinctrl-0 = <&ir_pins_a>; |