Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0 or MIT
0002 /*
0003  * Copyright (c) 2022, Arm Limited. All rights reserved.
0004  * Copyright (c) 2022, Linaro Limited. All rights reserved.
0005  *
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "corstone1000.dtsi"
0011 
0012 / {
0013         model = "ARM Corstone1000 FPGA MPS3 board";
0014         compatible = "arm,corstone1000-mps3";
0015 
0016         smsc: ethernet@4010000 {
0017                 compatible = "smsc,lan9220", "smsc,lan9115";
0018                 reg = <0x40100000 0x10000>;
0019                 phy-mode = "mii";
0020                 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
0021                 reg-io-width = <2>;
0022                 smsc,irq-push-pull;
0023         };
0024 
0025         usb_host: usb@40200000 {
0026                 compatible = "nxp,usb-isp1763";
0027                 reg = <0x40200000 0x100000>;
0028                 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
0029                 bus-width = <16>;
0030                 dr_mode = "host";
0031         };
0032 };