2013-05-13 21:19:00 +00:00
|
|
|
/*
|
2013-10-31 19:35:19 +00:00
|
|
|
* kirkwood-sheevaplug.dts - Device tree file for Sheevaplug
|
2013-05-13 21:19:00 +00:00
|
|
|
*
|
|
|
|
* Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com>
|
|
|
|
*
|
|
|
|
* Licensed under GPLv2
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2013-07-26 13:18:02 +00:00
|
|
|
#include "kirkwood-sheevaplug-common.dtsi"
|
2013-05-13 21:19:00 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Globalscale Technologies SheevaPlug";
|
|
|
|
compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
|
|
|
|
|
|
|
ocp@f1000000 {
|
|
|
|
mvsdio@90000 {
|
|
|
|
pinctrl-0 = <&pmx_sdio>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
status = "okay";
|
|
|
|
/* No CD or WP GPIOs */
|
|
|
|
broken-cd;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2013-06-04 21:32:32 +00:00
|
|
|
pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
|
|
|
|
health {
|
|
|
|
label = "sheevaplug:blue:health";
|
2013-12-04 15:51:39 +00:00
|
|
|
gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
2013-10-14 17:37:55 +00:00
|
|
|
default-state = "keep";
|
2013-06-04 21:32:32 +00:00
|
|
|
};
|
2013-05-13 21:19:00 +00:00
|
|
|
|
|
|
|
misc {
|
|
|
|
label = "sheevaplug:red:misc";
|
2013-12-04 15:51:39 +00:00
|
|
|
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
2013-05-13 21:19:00 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|