]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/kirkwood-openrd-base.dts
Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixes
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / kirkwood-openrd-base.dts
CommitLineData
e7822263 1// SPDX-License-Identifier: GPL-2.0
f81a8637
AL
2/*
3 * Marvell OpenRD Base Board Description
4 *
5 * Andrew Lunn <andrew@lunn.ch>
6 *
f81a8637
AL
7 * This file contains the definitions that are specific to OpenRD
8 * base variant of the Marvell Kirkwood Development Board.
9 */
10
11/dts-v1/;
12
13#include "kirkwood-openrd.dtsi"
14
15/ {
16 model = "OpenRD Base";
17 compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
18
19 ocp@f1000000 {
20 serial@12100 {
21 status = "okay";
22 };
23 };
24};
25
26&mdio {
27 status = "okay";
28
29 ethphy0: ethernet-phy@8 {
30 reg = <8>;
31 };
32};
33
34&eth0 {
35 status = "okay";
36 ethernet0-port@0 {
37 phy-handle = <&ethphy0>;
38 };
39};