1/* 2 * Marvell OpenRD Ultimate Board Description 3 * 4 * Andrew Lunn <andrew@lunn.ch> 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8 * warranty of any kind, whether express or implied. 9 * 10 * This file contains the definitions that are specific to OpenRD 11 * ultimate variant of the Marvell Kirkwood Development Board. 12 */ 13 14/dts-v1/; 15 16#include "kirkwood-openrd.dtsi" 17 18/ { 19 model = "OpenRD Ultimate"; 20 compatible = "marvell,openrd-ultimate", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 21 22 ocp@f1000000 { 23 i2c@11000 { 24 status = "okay"; 25 clock-frequency = <400000>; 26 27 cs42l51: cs42l51@4a { 28 compatible = "cirrus,cs42l51"; 29 reg = <0x4a>; 30 }; 31 }; 32 }; 33}; 34 35&mdio { 36 status = "okay"; 37 38 ethphy0: ethernet-phy@0 { 39 reg = <0>; 40 }; 41 ethphy1: ethernet-phy@1 { 42 reg = <1>; 43 }; 44}; 45 46ð0 { 47 status = "okay"; 48 ethernet0-port@0 { 49 phy-handle = <ðphy0>; 50 }; 51}; 52 53ð1 { 54 status = "okay"; 55 ethernet1-port@0 { 56 phy-handle = <ðphy1>; 57 }; 58}; 59