diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-12-20 06:43:02 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-12-21 11:08:36 -0500 |
commit | b3a9995e58dedc995ee9b6c16aed75839cb4ba94 (patch) | |
tree | 79acb95c5eb5c9de59e1a032c7bb4e77c9ab8668 | |
parent | 8661d0c34e8ad044afa5a3cbf04c7e0e35f2e465 (diff) |
ARM: dts: sun7i: Enable gmac on Wits Pro A20 DKT
The Wits Pro A20 DKT has a gbit ethernet port, enable it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts b/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts index 85b500d8cc4c..dc31d476ef81 100644 --- a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts +++ b/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts | |||
@@ -80,6 +80,18 @@ | |||
80 | status = "okay"; | 80 | status = "okay"; |
81 | }; | 81 | }; |
82 | 82 | ||
83 | &gmac { | ||
84 | pinctrl-names = "default"; | ||
85 | pinctrl-0 = <&gmac_pins_rgmii_a>; | ||
86 | phy = <&phy1>; | ||
87 | phy-mode = "rgmii"; | ||
88 | status = "okay"; | ||
89 | |||
90 | phy1: ethernet-phy@1 { | ||
91 | reg = <1>; | ||
92 | }; | ||
93 | }; | ||
94 | |||
83 | &i2c0 { | 95 | &i2c0 { |
84 | pinctrl-names = "default"; | 96 | pinctrl-names = "default"; |
85 | pinctrl-0 = <&i2c0_pins_a>; | 97 | pinctrl-0 = <&i2c0_pins_a>; |