diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-05-11 15:30:39 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-16 01:20:38 -0400 |
commit | f81a8637a05dd22e3c7600eba75037be8b0af1ec (patch) | |
tree | 879c8dd67d209e7e81050510b062833e632cb1a7 /arch/arm/boot/dts/kirkwood-openrd-ultimate.dts | |
parent | 191825c38eafeda033a73338f5a710fa6fd5b3d6 (diff) |
ARM: Kirkwood: DT versions of OpenRD boards
Create DTS files to describe the Marvell OpenRD boards.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1399836639-1918-1-git-send-email-andrew@lunn.ch
Tested-by: Francois Lorrain <francois.lorrain@gmail.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-openrd-ultimate.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-openrd-ultimate.dts | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-openrd-ultimate.dts b/arch/arm/boot/dts/kirkwood-openrd-ultimate.dts new file mode 100644 index 000000000000..9f12f8b53e24 --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-openrd-ultimate.dts | |||
@@ -0,0 +1,58 @@ | |||
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 | }; | ||