xref: /arm-trusted-firmware/fdts/corstone700_fpga.dts (revision 91f16700b400a8c0651d24a598fc48ee2997a0d7)
1*91f16700Schasinglulu/*
2*91f16700Schasinglulu * Copyright (c) 2020, Arm Limited. All rights reserved.
3*91f16700Schasinglulu *
4*91f16700Schasinglulu * SPDX-License-Identifier: BSD-3-Clause
5*91f16700Schasinglulu */
6*91f16700Schasinglulu
7*91f16700Schasinglulu/dts-v1/;
8*91f16700Schasinglulu
9*91f16700Schasinglulu#include "corstone700.dtsi"
10*91f16700Schasinglulu
11*91f16700Schasinglulu/ {
12*91f16700Schasinglulu	model = "corstone700-fpga";
13*91f16700Schasinglulu
14*91f16700Schasinglulu	ethernet: eth@40100000 {
15*91f16700Schasinglulu		compatible = "smsc,lan9115";
16*91f16700Schasinglulu		reg = <0x40100000 0x10000>;
17*91f16700Schasinglulu		phy-mode = "mii";
18*91f16700Schasinglulu		interrupt-parent = <&gic>;
19*91f16700Schasinglulu		interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
20*91f16700Schasinglulu		reg-io-width = <2>;
21*91f16700Schasinglulu		smsc,irq-push-pull;
22*91f16700Schasinglulu	};
23*91f16700Schasinglulu
24*91f16700Schasinglulu	usb: usb@4020000 {
25*91f16700Schasinglulu		compatible = "nxp,usb-isp1763";
26*91f16700Schasinglulu		reg = <0x40200000 0x100000>;
27*91f16700Schasinglulu		interrupt-parent = <&gic>;
28*91f16700Schasinglulu		interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
29*91f16700Schasinglulu	};
30*91f16700Schasinglulu};
31*91f16700Schasinglulu
32*91f16700Schasinglulu&refclk {
33*91f16700Schasinglulu	clock-frequency = <32000000>;
34*91f16700Schasinglulu};
35