Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-sheevaplug-esata.dts
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                 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";
27                         cd-gpios = <&gpio1 12 1>;
28                         wp-gpios = <&gpio1 15 0>;
29                 };
30         };
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";
39                         gpios = <&gpio1 17 1>;
40                         linux,default-trigger = "default-on";
41                 };
42         };
43 };