ARM: dts: r7s72100: add ethernet to device tree
[cascardo/linux.git] / arch / arm / boot / dts / r7s72100.dtsi
index 6d29e8f..fb9ef9c 100644 (file)
                power-domains = <&cpg_clocks>;
                status = "disabled";
        };
+
+       ether: ethernet@e8203000 {
+               compatible = "renesas,ether-r7s72100";
+               reg = <0xe8203000 0x800>,
+                     <0xe8204800 0x200>;
+               interrupts = <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp7_clks R7S72100_CLK_ETHER>;
+               power-domains = <&cpg_clocks>;
+               phy-mode = "mii";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               status = "disabled";
+       };
 };