ARM: dts: rskrza1: add ethernet DT support

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Chris Brandt 2016-09-01 21:40:12 -04:00 committed by Simon Horman
parent e548240191
commit 0aa8d831e7
1 changed files with 9 additions and 0 deletions

View File

@ -47,6 +47,15 @@
status = "okay";
};
&ether {
status = "okay";
renesas,no-ether-link;
phy-handle = <&phy0>;
phy0: ethernet-phy@0 {
reg = <0>;
};
};
&scif2 {
status = "okay";
};