1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Marvell RD88F6181 Z0 stepping descrition 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Andrew Lunn <andrew@lunn.ch> 6*f126890aSEmmanuel Vadot * 7*f126890aSEmmanuel Vadot * This file contains the definitions for the board using the Z0 8*f126890aSEmmanuel Vadot * stepping of the SoC. The ethernet switch has a "wan" port. 9*f126890aSEmmanuel Vadot*/ 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/dts-v1/; 12*f126890aSEmmanuel Vadot 13*f126890aSEmmanuel Vadot#include "kirkwood-rd88f6281.dtsi" 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot/ { 16*f126890aSEmmanuel Vadot model = "Marvell RD88f6281 Reference design, with Z0 SoC"; 17*f126890aSEmmanuel Vadot compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood"; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot}; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadotð1 { 22*f126890aSEmmanuel Vadot status = "disabled"; 23*f126890aSEmmanuel Vadot}; 24*f126890aSEmmanuel Vadot 25*f126890aSEmmanuel Vadot&switch { 26*f126890aSEmmanuel Vadot reg = <0>; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot ports { 29*f126890aSEmmanuel Vadot port@4 { 30*f126890aSEmmanuel Vadot reg = <4>; 31*f126890aSEmmanuel Vadot label = "wan"; 32*f126890aSEmmanuel Vadot }; 33*f126890aSEmmanuel Vadot }; 34*f126890aSEmmanuel Vadot}; 35