Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Marvell RD88F6181 A Board descrition
0004  *
0005  * Andrew Lunn <andrew@lunn.ch>
0006  *
0007  * This file contains the definitions for the board with the A0 or
0008  * higher stepping of the SoC. The ethernet switch does not have a
0009  * "wan" port.
0010  */
0011 
0012 /dts-v1/;
0013 #include "kirkwood-rd88f6281.dtsi"
0014 
0015 / {
0016         model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
0017         compatible = "marvell,rd88f6281-a", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
0018 
0019 };
0020 
0021 &mdio {
0022         status = "okay";
0023 
0024         ethphy1: ethernet-phy@11 {
0025                  reg = <11>;
0026         };
0027 };
0028 
0029 &switch {
0030         reg = <10>;
0031 };
0032 
0033 &eth1 {
0034         status = "okay";
0035 
0036         ethernet1-port@0 {
0037                  phy-handle = <&ethphy1>;
0038         };
0039 };