diff options
author | Simon Baatz <gmbnomis@gmail.com> | 2013-05-13 17:19:00 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-14 20:30:46 -0400 |
commit | ee514b381e17958fde5b99cba506f31ea6589c0b (patch) | |
tree | 510337cb9c3d58dce6476ede3defd5d2544284e8 /arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts | |
parent | d87b5fbbe1509a5c7a39ff4d8bc3cb3c85dda372 (diff) |
ARM: Kirkwood: Add dts files for Sheevaplug and eSATA Sheevaplug
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts b/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts new file mode 100644 index 000000000000..1c6946a62aa9 --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts | |||
@@ -0,0 +1,40 @@ | |||
1 | /* | ||
2 | * kirkwood-sheevaplug-esata.dts - Device tree file for eSATA Sheevaplug | ||
3 | * | ||
4 | * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com> | ||
5 | * | ||
6 | * Licensed under GPLv2 | ||
7 | */ | ||
8 | |||
9 | /dts-v1/; | ||
10 | |||
11 | /include/ "kirkwood-sheevaplug-common.dtsi" | ||
12 | |||
13 | / { | ||
14 | model = "Globalscale Technologies eSATA SheevaPlug"; | ||
15 | compatible = "globalscale,sheevaplug-esata-rev13", "globalscale,sheevaplug-esata", "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood"; | ||
16 | |||
17 | ocp@f1000000 { | ||
18 | pinctrl: pinctrl@10000 { | ||
19 | |||
20 | pinctrl-0 = < &pmx_nand &pmx_uart0 | ||
21 | &pmx_usb_power_enable | ||
22 | &pmx_led_blue>; | ||
23 | pinctrl-names = "default"; | ||
24 | |||
25 | }; | ||
26 | |||
27 | sata@80000 { | ||
28 | status = "okay"; | ||
29 | nr-ports = <2>; | ||
30 | }; | ||
31 | |||
32 | mvsdio@90000 { | ||
33 | pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>; | ||
34 | pinctrl-names = "default"; | ||
35 | status = "okay"; | ||
36 | cd-gpios = <&gpio1 12 1>; | ||
37 | wp-gpios = <&gpio1 15 0>; | ||
38 | }; | ||
39 | }; | ||
40 | }; | ||