ARM: shmobile: r8a7778: add internal ethernet controller to DT
Internal Ethernet controller DT entry with clock information. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
66462be7c6
commit
05cabb839e
1 changed files with 11 additions and 0 deletions
|
@ -41,6 +41,17 @@
|
||||||
spi2 = &hspi2;
|
spi2 = &hspi2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ether: ethernet@fde00000 {
|
||||||
|
compatible = "renesas,ether-r8a7778";
|
||||||
|
reg = <0xfde00000 0x400>;
|
||||||
|
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&mstp1_clks R8A7778_CLK_ETHER>;
|
||||||
|
phy-mode = "rmii";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@fe438000 {
|
gic: interrupt-controller@fe438000 {
|
||||||
compatible = "arm,cortex-a9-gic";
|
compatible = "arm,cortex-a9-gic";
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue