Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Marvell OpenRD Base Board Description
0004  *
0005  * Andrew Lunn <andrew@lunn.ch>
0006  *
0007  * This file contains the definitions that are specific to OpenRD
0008  * base variant of the Marvell Kirkwood Development Board.
0009  */
0010 
0011 /dts-v1/;
0012 
0013 #include "kirkwood-openrd.dtsi"
0014 
0015 / {
0016         model = "OpenRD Base";
0017         compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
0018 
0019         ocp@f1000000 {
0020                 serial@12100 {
0021                         status = "okay";
0022                 };
0023         };
0024 };
0025 
0026 &mdio {
0027         status = "okay";
0028 
0029         ethphy0: ethernet-phy@8 {
0030                 reg = <8>;
0031         };
0032 };
0033 
0034 &eth0 {
0035         status = "okay";
0036         ethernet0-port@0 {
0037                 phy-handle = <&ethphy0>;
0038         };
0039 };