Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Device tree source for D-Link DSR-500N/1000N (common parts).
0004  *
0005  * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
0006  */
0007 
0008 /include/ "octeon_3xxx.dtsi"
0009 
0010 / {
0011         soc@0 {
0012                 smi0: mdio@1180000001800 {
0013                         phy8: ethernet-phy@8 {
0014                                 reg = <8>;
0015                                 compatible = "ethernet-phy-ieee802.3-c22";
0016                         };
0017                 };
0018 
0019                 pip: pip@11800a0000000 {
0020                         interface@0 {
0021                                 ethernet@0 {
0022                                         fixed-link {
0023                                                 speed = <1000>;
0024                                                 full-duplex;
0025                                         };
0026                                 };
0027                                 ethernet@1 {
0028                                         fixed-link {
0029                                                 speed = <1000>;
0030                                                 full-duplex;
0031                                         };
0032                                 };
0033                                 ethernet@2 {
0034                                         phy-handle = <&phy8>;
0035                                 };
0036                         };
0037                 };
0038 
0039                 twsi0: i2c@1180000001000 {
0040                         rtc@68 {
0041                                 compatible = "dallas,ds1337";
0042                                 reg = <0x68>;
0043                         };
0044                 };
0045 
0046                 usbn: usbn@1180068000000 {
0047                         refclk-frequency = <12000000>;
0048                         refclk-type = "crystal";
0049                 };
0050         };
0051 
0052         aliases {
0053                 pip = &pip;
0054         };
0055 };