ARM: dts: r8a7745: Add Ethernet AVB support
authorBiju Das <biju.das@bp.renesas.com>
Fri, 25 Aug 2017 08:31:53 +0000 (09:31 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 19 Sep 2017 09:19:51 +0000 (11:19 +0200)
Add Ethernet AVB support for r8a7745 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7745.dtsi

index 7fd2967..6e82991 100644 (file)
                        status = "disabled";
                };
 
+               avb: ethernet@e6800000 {
+                       compatible = "renesas,etheravb-r8a7745",
+                                    "renesas,etheravb-rcar-gen2";
+                       reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
+                       interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 812>;
+                       power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
+                       resets = <&cpg 812>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
                i2c0: i2c@e6508000 {
                        #address-cells = <1>;
                        #size-cells = <0>;