diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-02-20 01:31:57 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-02-23 10:12:31 +0100 |
commit | f36abc869886ac91f88c72d21835497686228558 (patch) | |
tree | 2415d08acae2f81e0dbf849c12c9cff622c92edd /arch/arm/boot/dts/rk3288-firefly.dtsi | |
parent | 055b0c6753f315ad6922b86bdfa352733de5f674 (diff) | |
download | blackbird-obmc-linux-f36abc869886ac91f88c72d21835497686228558.tar.gz blackbird-obmc-linux-f36abc869886ac91f88c72d21835497686228558.zip |
ARM: dts: rockchip: enable gmac on rk3288-firefly
This was left out of the original firefly board definition due to the
ethernet support going completely through the network tree, making the
underlying nodes unavailable.
Now that everything is present enable the gmac on the firefly.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-firefly.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-firefly.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi index b9dda411e569..b54dd78580c1 100644 --- a/arch/arm/boot/dts/rk3288-firefly.dtsi +++ b/arch/arm/boot/dts/rk3288-firefly.dtsi @@ -179,6 +179,22 @@ status = "okay"; }; +&gmac { + assigned-clocks = <&cru SCLK_MAC>; + assigned-clock-parents = <&ext_gmac>; + clock_in_out = "input"; + pinctrl-names = "default"; + pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; + phy-supply = <&vcc_lan>; + phy-mode = "rgmii"; + snps,reset-active-low; + snps,reset-delays-us = <0 10000 1000000>; + snps,reset-gpio = <&gpio4 8 GPIO_ACTIVE_LOW>; + tx_delay = <0x30>; + rx_delay = <0x10>; + status = "ok"; +}; + &hdmi { ddc-i2c-bus = <&i2c5>; status = "okay"; |