Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
Note: File does not exist in v3.5.6.
 1// SPDX-License-Identifier: GPL-2.0
 2/*
 3 * Marvell RD88F6181 Z0 stepping descrition
 4 *
 5 * Andrew Lunn <andrew@lunn.ch>
 6 *
 7 * This file contains the definitions for the board using the Z0
 8 * stepping of the SoC. The ethernet switch has a "wan" port.
 9*/
10
11/dts-v1/;
12
13#include "kirkwood-rd88f6281.dtsi"
14
15/ {
16	model = "Marvell RD88f6281 Reference design, with Z0 SoC";
17	compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
18
19	dsa {
20		switch@0 {
21			reg = <0 0>;    /* MDIO address 0, switch 0 in tree */
22			port@4 {
23				reg = <4>;
24				label = "wan";
25			};
26		};
27	};
28};
29
30&eth1 {
31      status = "disabled";
32};
33
34&switch {
35	reg = <0>;
36
37	ports {
38		port@4 {
39			reg = <4>;
40			label = "wan";
41		};
42	};
43};