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 ð0 { 35 status = "okay"; 36 ethernet0-port@0 { 37 phy-handle = <ðphy0>; 38 }; 39 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.