blob: e2b4ea4f9e10726dc8cd3182277e1f2aeb7516ff [file] [log] [blame]
Simon Baatzee514b382013-05-13 23:19:00 +02001/*
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
Ezequiel Garcia0ab61292013-07-26 10:18:02 -030011#include "kirkwood-sheevaplug-common.dtsi"
Simon Baatzee514b382013-05-13 23:19:00 +020012
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 {
Simon Baatzee514b382013-05-13 23:19:00 +020018 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";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010027 cd-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
28 wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
Simon Baatzee514b382013-05-13 23:19:00 +020029 };
30 };
Simon Baatza6492772013-06-04 23:32:32 +020031
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";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010039 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
Jason Cooperdcdf14c2013-10-14 17:37:55 +000040 default-state = "keep";
Simon Baatza6492772013-06-04 23:32:32 +020041 };
42 };
Simon Baatzee514b382013-05-13 23:19:00 +020043};