ARM: dts: r8a7745: add Ether support
Define the generic R8A7745 part of the Ether device node. Based on the original (and large) patch by Dmitry Shifrin <dmitry.shifrin@cogentembedded.com>. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:

committed by
Simon Horman

parent
e0d2da54c4
commit
bed98a59b6
@@ -418,6 +418,18 @@
|
|||||||
power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
|
power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ether: ethernet@ee700000 {
|
||||||
|
compatible = "renesas,ether-r8a7745";
|
||||||
|
reg = <0 0xee700000 0 0x400>;
|
||||||
|
interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 813>;
|
||||||
|
power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
|
||||||
|
phy-mode = "rmii";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/* External root clock */
|
/* External root clock */
|
||||||
|
Reference in New Issue
Block a user