kirkwood-openrd-ultimate.dts revision 284090
1169689Skan/*
2169689Skan * Marvell OpenRD Ultimate Board Description
3169689Skan *
4169689Skan * Andrew Lunn <andrew@lunn.ch>
5169689Skan *
6169689Skan * This file is licensed under the terms of the GNU General Public
7169689Skan * License version 2.  This program is licensed "as is" without any
8169689Skan * warranty of any kind, whether express or implied.
9169689Skan *
10169689Skan * This file contains the definitions that are specific to OpenRD
11169689Skan * ultimate variant of the Marvell Kirkwood Development Board.
12169689Skan */
13169689Skan
14169689Skan/dts-v1/;
15169689Skan
16169689Skan#include "kirkwood-openrd.dtsi"
17169689Skan
18169689Skan/ {
19169689Skan	model = "OpenRD Ultimate";
20169689Skan	compatible = "marvell,openrd-ultimate", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
21169689Skan
22169689Skan	ocp@f1000000 {
23169689Skan		i2c@11000 {
24169689Skan			status = "okay";
25169689Skan			clock-frequency = <400000>;
26169689Skan
27169689Skan			cs42l51: cs42l51@4a {
28169689Skan				compatible = "cirrus,cs42l51";
29169689Skan				reg = <0x4a>;
30169689Skan			};
31169689Skan		};
32169689Skan	};
33169689Skan};
34169689Skan
35169689Skan&mdio {
36169689Skan	status = "okay";
37169689Skan
38169689Skan	ethphy0: ethernet-phy@0 {
39169689Skan		reg = <0>;
40169689Skan	};
41	ethphy1: ethernet-phy@1 {
42		reg = <1>;
43	};
44};
45
46&eth0 {
47	status = "okay";
48	ethernet0-port@0 {
49		phy-handle = <&ethphy0>;
50	};
51};
52
53&eth1 {
54	status = "okay";
55	ethernet1-port@0 {
56		phy-handle = <&ethphy1>;
57	};
58};
59