diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-openrd-base.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-openrd-base.dts | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-openrd-base.dts b/arch/arm/boot/dts/kirkwood-openrd-base.dts new file mode 100644 index 000000000000..8af58999606d --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-openrd-base.dts | |||
@@ -0,0 +1,42 @@ | |||
1 | /* | ||
2 | * Marvell OpenRD Base 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 | * base variant of the Marvell Kirkwood Development Board. | ||
12 | */ | ||
13 | |||
14 | /dts-v1/; | ||
15 | |||
16 | #include "kirkwood-openrd.dtsi" | ||
17 | |||
18 | / { | ||
19 | model = "OpenRD Base"; | ||
20 | compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood"; | ||
21 | |||
22 | ocp@f1000000 { | ||
23 | serial@12100 { | ||
24 | status = "okay"; | ||
25 | }; | ||
26 | }; | ||
27 | }; | ||
28 | |||
29 | &mdio { | ||
30 | status = "okay"; | ||
31 | |||
32 | ethphy0: ethernet-phy@8 { | ||
33 | reg = <8>; | ||
34 | }; | ||
35 | }; | ||
36 | |||
37 | ð0 { | ||
38 | status = "okay"; | ||
39 | ethernet0-port@0 { | ||
40 | phy-handle = <ðphy0>; | ||
41 | }; | ||
42 | }; | ||