ARM: dts: at91: sama5d2 Xplained: set pin muxing for usb gadget and usb host
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / kirkwood-sheevaplug.dts
blob82f6abf120fd33b0f6a093b390483545e41db0af
1 /*
2  * kirkwood-sheevaplug.dts - Device tree file for Sheevaplug
3  *
4  * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com>
5  *
6  * Licensed under GPLv2
7  */
9 /dts-v1/;
11 #include "kirkwood-sheevaplug-common.dtsi"
13 / {
14         model = "Globalscale Technologies SheevaPlug";
15         compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
17         ocp@f1000000 {
18                 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         };
27         gpio-leds {
28                 compatible = "gpio-leds";
29                 pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
30                 pinctrl-names = "default";
32                 health {
33                         label = "sheevaplug:blue:health";
34                         gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
35                         default-state = "keep";
36                 };
38                 misc {
39                         label = "sheevaplug:red:misc";
40                         gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
41                 };
42         };