Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 
0003 #include "bcm4908.dtsi"
0004 
0005 / {
0006         compatible = "netgear,raxe500", "brcm,bcm4908";
0007         model = "Netgear RAXE500";
0008 
0009         memory@0 {
0010                 device_type = "memory";
0011                 reg = <0x00 0x00 0x00 0x40000000>;
0012         };
0013 };
0014 
0015 &ehci {
0016         status = "okay";
0017 };
0018 
0019 &ohci {
0020         status = "okay";
0021 };
0022 
0023 &xhci {
0024         status = "okay";
0025 };
0026 
0027 &ports {
0028         port@0 {
0029                 label = "lan4";
0030         };
0031 
0032         port@1 {
0033                 label = "lan3";
0034         };
0035 
0036         port@2 {
0037                 label = "lan2";
0038         };
0039 
0040         port@3 {
0041                 label = "lan1";
0042         };
0043 
0044         port@7 {
0045                 reg = <7>;
0046                 phy-mode = "internal";
0047                 phy-handle = <&phy12>;
0048                 label = "wan";
0049         };
0050 };