Skip to content

Commit

Permalink
ARM: shmobile: r8a7794: alt: Enable ethernet controller
Browse files Browse the repository at this point in the history
Enable the ethernet controller for the Alt board. Pin muxing entries are
currently left out as r8a7794 pin control support isn't available yet.
We thus rely on the boot loader to configure ethernet pins for now.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Feb 23, 2015
1 parent 82818d3 commit a895b7c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/r8a7794-alt.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@
status = "okay";
};

&ether {
phy-handle = <&phy1>;
renesas,ether-link-active-low;
status = "okay";

phy1: ethernet-phy@1 {
reg = <1>;
interrupt-parent = <&irqc0>;
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
micrel,led-mode = <1>;
};
};

&scif2 {
status = "okay";
};

0 comments on commit a895b7c

Please sign in to comment.