Rui Miguel Silva | ee0fec7 | 2022-05-11 10:55:41 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 or MIT |
| 2 | /* |
| 3 | * Copyright (c) 2022, Arm Limited. All rights reserved. |
| 4 | * Copyright (c) 2022, Linaro Limited. All rights reserved. |
| 5 | * |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include "corstone1000.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "ARM Corstone1000 FPGA MPS3 board"; |
| 14 | compatible = "arm,corstone1000-mps3"; |
| 15 | |
| 16 | smsc: ethernet@4010000 { |
| 17 | compatible = "smsc,lan9220", "smsc,lan9115"; |
| 18 | reg = <0x40100000 0x10000>; |
| 19 | phy-mode = "mii"; |
| 20 | interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; |
| 21 | reg-io-width = <2>; |
| 22 | smsc,irq-push-pull; |
| 23 | }; |
| 24 | |
| 25 | usb_host: usb@40200000 { |
| 26 | compatible = "nxp,usb-isp1763"; |
| 27 | reg = <0x40200000 0x100000>; |
| 28 | interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; |
| 29 | bus-width = <16>; |
| 30 | dr_mode = "host"; |
| 31 | }; |
| 32 | }; |