Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / arm / boot / dts / kirkwood-sheevaplug-esata.dts
CommitLineData
ee514b38
SB
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
0ab6129c 11#include "kirkwood-sheevaplug-common.dtsi"
ee514b38
SB
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 {
ee514b38
SB
18 sata@80000 {
19 status = "okay";
20 nr-ports = <2>;
21 };
22
23 mvsdio@90000 {
24 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>;
25 pinctrl-names = "default";
26 status = "okay";
3a31f2d7
AL
27 cd-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
28 wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
ee514b38
SB
29 };
30 };
a649277e
SB
31
32 gpio-leds {
33 compatible = "gpio-leds";
34 pinctrl-0 = <&pmx_led_blue>;
35 pinctrl-names = "default";
36
37 health {
38 label = "sheevaplug:blue:health";
3a31f2d7 39 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
dcdf14c7 40 default-state = "keep";
a649277e
SB
41 };
42 };
ee514b38 43};