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 | }; |
Rui Miguel Silva | 23b8ad8 | 2020-07-15 10:08:55 +0100 | [diff] [blame] | 23 | |
| 24 | usb: usb@4020000 { |
| 25 | compatible = "nxp,usb-isp1763"; |
| 26 | reg = <0x40200000 0x100000>; |
| 27 | interrupt-parent = <&gic>; |
| 28 | interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; |
| 29 | }; |
Abdellatif El Khlifi | 95294c9 | 2020-07-06 16:15:23 +0100 | [diff] [blame] | 30 | }; |
| 31 | |
| 32 | &refclk { |
| 33 | clock-frequency = <32000000>; |
| 34 | }; |