summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2017-08-25 09:31:53 +0100
committerSimon Horman <horms+renesas@verge.net.au>2017-09-19 11:19:51 +0200
commit372b01369fed699c417789ad94344847e09b7a43 (patch)
tree995eae0b561cb1a5c7e422f96b3b8311e9b287a7
parentcfce5ac1aaf08fc0920d6572779360f80e8f3489 (diff)
ARM: dts: r8a7745: Add Ethernet AVB support
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>
-rw-r--r--arch/arm/boot/dts/r8a7745.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi
index 7fd2967b1f42..6e82991b7997 100644
--- a/arch/arm/boot/dts/r8a7745.dtsi
+++ b/arch/arm/boot/dts/r8a7745.dtsi
@@ -623,6 +623,19 @@
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>;