blob: 82f6abf120fd33b0f6a093b390483545e41db0af [file] [log] [blame]
Simon Baatzee514b382013-05-13 23:19:00 +02001/*
Simon Baatz14079012013-10-31 20:35:19 +01002 * kirkwood-sheevaplug.dts - Device tree file for Sheevaplug
Simon Baatzee514b382013-05-13 23:19:00 +02003 *
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 SheevaPlug";
15 compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
16
17 ocp@f1000000 {
Simon Baatzee514b382013-05-13 23:19:00 +020018 mvsdio@90000 {
19 pinctrl-0 = <&pmx_sdio>;
20 pinctrl-names = "default";
21 status = "okay";
22 /* No CD or WP GPIOs */
23 broken-cd;
24 };
25 };
26
27 gpio-leds {
28 compatible = "gpio-leds";
Simon Baatza6492772013-06-04 23:32:32 +020029 pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
30 pinctrl-names = "default";
31
32 health {
33 label = "sheevaplug:blue:health";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010034 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
Jason Cooperdcdf14c2013-10-14 17:37:55 +000035 default-state = "keep";
Simon Baatza6492772013-06-04 23:32:32 +020036 };
Simon Baatzee514b382013-05-13 23:19:00 +020037
38 misc {
39 label = "sheevaplug:red:misc";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010040 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
Simon Baatzee514b382013-05-13 23:19:00 +020041 };
42 };
43};