xref: /freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openrd-base.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Marvell OpenRD Base Board Description
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Andrew Lunn <andrew@lunn.ch>
6*f126890aSEmmanuel Vadot *
7*f126890aSEmmanuel Vadot * This file contains the definitions that are specific to OpenRD
8*f126890aSEmmanuel Vadot * base variant of the Marvell Kirkwood Development Board.
9*f126890aSEmmanuel Vadot */
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot/dts-v1/;
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot#include "kirkwood-openrd.dtsi"
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot/ {
16*f126890aSEmmanuel Vadot	model = "OpenRD Base";
17*f126890aSEmmanuel Vadot	compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot	ocp@f1000000 {
20*f126890aSEmmanuel Vadot		serial@12100 {
21*f126890aSEmmanuel Vadot			status = "okay";
22*f126890aSEmmanuel Vadot		};
23*f126890aSEmmanuel Vadot	};
24*f126890aSEmmanuel Vadot};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot&mdio {
27*f126890aSEmmanuel Vadot	status = "okay";
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot	ethphy0: ethernet-phy@8 {
30*f126890aSEmmanuel Vadot		reg = <8>;
31*f126890aSEmmanuel Vadot	};
32*f126890aSEmmanuel Vadot};
33*f126890aSEmmanuel Vadot
34*f126890aSEmmanuel Vadot&eth0 {
35*f126890aSEmmanuel Vadot	status = "okay";
36*f126890aSEmmanuel Vadot	ethernet0-port@0 {
37*f126890aSEmmanuel Vadot		phy-handle = <&ethphy0>;
38*f126890aSEmmanuel Vadot	};
39*f126890aSEmmanuel Vadot};
40