提交 87bea678 编写于 作者: S Sergei Shtylyov 提交者: Simon Horman

arm64: dts: renesas: r8a77980: add GEther support

Define the generic R8A77980 part of the GEther device node.

Based on the original (and large) patch by Vladimir Barinov.
Signed-off-by: NVladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
[simon: add resets property]
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 21bd0538
......@@ -417,6 +417,18 @@
dma-channels = <16>;
};
gether: ethernet@e7400000 {
compatible = "renesas,gether-r8a77980";
reg = <0 0xe7400000 0 0x1000>;
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 813>;
power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
resets = <&cpg 813>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
mmc0: mmc@ee140000 {
compatible = "renesas,sdhi-r8a77980",
"renesas,rcar-gen3-sdhi";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册