Abdellatif El Khlifi | 95294c9 | 2020-07-06 16:15:23 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2020, Arm Limited. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | |
| 9 | #include "corstone700.dtsi" |
| 10 | |
| 11 | / { |
| 12 | model = "corstone700-fpga"; |
| 13 | |
| 14 | ethernet: eth@40100000 { |
| 15 | compatible = "smsc,lan9115"; |
| 16 | reg = <0x40100000 0x10000>; |
| 17 | phy-mode = "mii"; |
| 18 | interrupt-parent = <&gic>; |
| 19 | interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; |
| 20 | reg-io-width = <2>; |
| 21 | smsc,irq-push-pull; |
| 22 | }; |
| 23 | }; |
| 24 | |
| 25 | &refclk { |
| 26 | clock-frequency = <32000000>; |
| 27 | }; |