diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2015-03-01 20:45:37 +0100 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2015-03-02 11:00:55 +0100 |
commit | 2345d5058344b0dcd02bb602d64e796fcdbc8f34 (patch) | |
tree | 05e137afa863feefce18414d40612f3899e94d00 /arch/arm/boot/dts/meson.dtsi | |
parent | 03bb95124e100ecccd62604f3261584c6977f1e5 (diff) | |
download | talos-obmc-linux-2345d5058344b0dcd02bb602d64e796fcdbc8f34.tar.gz talos-obmc-linux-2345d5058344b0dcd02bb602d64e796fcdbc8f34.zip |
ARM: dts: meson: enable Ethernet controller
Add a node for the Ethernet controller to Meson DTS file and
enable it on the Geniatech ATV1200 board.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'arch/arm/boot/dts/meson.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index 43b78967a881..548441384d2a 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -159,5 +159,16 @@ clocks = <&clk81>; status = "disabled"; }; + + ethmac: ethernet@c9410000 { + compatible = "amlogic,meson6-dwmac", "snps,dwmac"; + reg = <0xc9410000 0x10000 + 0xc1108108 0x4>; + interrupts = <0 8 1>; + interrupt-names = "macirq"; + clocks = <&clk81>; + clock-names = "stmmaceth"; + status = "disabled"; + }; }; }; /* end of / */ |