0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Marvell RD88F6181 Z0 stepping descrition
0004 *
0005 * Andrew Lunn <andrew@lunn.ch>
0006 *
0007 * This file contains the definitions for the board using the Z0
0008 * stepping of the SoC. The ethernet switch has a "wan" port.
0009 */
0010
0011 /dts-v1/;
0012
0013 #include "kirkwood-rd88f6281.dtsi"
0014
0015 / {
0016 model = "Marvell RD88f6281 Reference design, with Z0 SoC";
0017 compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
0018
0019 };
0020
0021 ð1 {
0022 status = "disabled";
0023 };
0024
0025 &switch {
0026 reg = <0>;
0027
0028 ports {
0029 port@4 {
0030 reg = <4>;
0031 label = "wan";
0032 };
0033 };
0034 };