ARM: exynos4/5: convert pmu wakeup to stacked domains
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / kirkwood-openrd-ultimate.dts
blob9f12f8b53e240af30d95a2054a86c6255b8afbf3
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  */
14 /dts-v1/;
16 #include "kirkwood-openrd.dtsi"
18 / {
19         model = "OpenRD Ultimate";
20         compatible = "marvell,openrd-ultimate", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
22         ocp@f1000000 {
23                 i2c@11000 {
24                         status = "okay";
25                         clock-frequency = <400000>;
27                         cs42l51: cs42l51@4a {
28                                 compatible = "cirrus,cs42l51";
29                                 reg = <0x4a>;
30                         };
31                 };
32         };
35 &mdio {
36         status = "okay";
38         ethphy0: ethernet-phy@0 {
39                 reg = <0>;
40         };
41         ethphy1: ethernet-phy@1 {
42                 reg = <1>;
43         };
46 &eth0 {
47         status = "okay";
48         ethernet0-port@0 {
49                 phy-handle = <&ethphy0>;
50         };
53 &eth1 {
54         status = "okay";
55         ethernet1-port@0 {
56                 phy-handle = <&ethphy1>;
57         };