1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com>
10 gmac: ethernet@e0220000 {
11 compatible = "actions,s700-ethernet";
12 reg = <0 0xe0220000 0 0x2000>;
13 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
14 interrupt-names = "macirq";
15 local-mac-address = [ 00 18 fe 66 66 66 ];
16 clocks = <&cmu CLK_ETHERNET>, <&cmu CLK_RMII_REF>;
17 clock-names = "ethernet", "rmii_ref";