• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Marvell OpenRD Base Board Description
3 *
4 * Andrew Lunn <andrew@lunn.ch>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2.  This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 *
10 * This file contains the definitions that are specific to OpenRD
11 * base variant of the Marvell Kirkwood Development Board.
12 */
13
14/dts-v1/;
15
16#include "kirkwood-openrd.dtsi"
17
18/ {
19	model = "OpenRD Base";
20	compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
21
22	ocp@f1000000 {
23		serial@12100 {
24			status = "okay";
25		};
26	};
27};
28
29&mdio {
30	status = "okay";
31
32	ethphy0: ethernet-phy@8 {
33		reg = <8>;
34	};
35};
36
37&eth0 {
38	status = "okay";
39	ethernet0-port@0 {
40		phy-handle = <&ethphy0>;
41	};
42};
43