]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/kirkwood-openrd-base.dts
UBUNTU: Ubuntu-5.3.0-29.31
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / kirkwood-openrd-base.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Marvell OpenRD Base Board Description
4 *
5 * Andrew Lunn <andrew@lunn.ch>
6 *
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 };