Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: r8a7794: add EtherAVB support

Define the generic R8A7794 part of the EtherAVB device node.

Based on the commit 46ece349aa54 ("ARM: shmobile: r8a7791: add EtherAVB DT
support").

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Sergei Shtylyov and committed by
Simon Horman
89aac8af 255a4042

+12
+12
arch/arm/boot/dts/r8a7794.dtsi
··· 544 544 status = "disabled"; 545 545 }; 546 546 547 + avb: ethernet@e6800000 { 548 + compatible = "renesas,etheravb-r8a7794", 549 + "renesas,etheravb-rcar-gen2"; 550 + reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>; 551 + interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>; 552 + clocks = <&mstp8_clks R8A7794_CLK_ETHERAVB>; 553 + power-domains = <&cpg_clocks>; 554 + #address-cells = <1>; 555 + #size-cells = <0>; 556 + status = "disabled"; 557 + }; 558 + 547 559 /* The memory map in the User's Manual maps the cores to bus numbers */ 548 560 i2c0: i2c@e6508000 { 549 561 compatible = "renesas,i2c-r8a7794";