diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-sheevaplug.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-sheevaplug.dts | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-sheevaplug.dts b/arch/arm/boot/dts/kirkwood-sheevaplug.dts new file mode 100644 index 000000000000..bf1dff251432 --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-sheevaplug.dts | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * kirkwood-sheevaplug-esata.dts - Device tree file for 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 SheevaPlug"; | ||
15 | compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood"; | ||
16 | |||
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 | }; | ||
26 | |||
27 | gpio-leds { | ||
28 | compatible = "gpio-leds"; | ||
29 | pinctrl-0 = <&pmx_led_blue &pmx_led_red>; | ||
30 | pinctrl-names = "default"; | ||
31 | |||
32 | health { | ||
33 | label = "sheevaplug:blue:health"; | ||
34 | gpios = <&gpio1 17 1>; | ||
35 | linux,default-trigger = "default-on"; | ||
36 | }; | ||
37 | |||
38 | misc { | ||
39 | label = "sheevaplug:red:misc"; | ||
40 | gpios = <&gpio1 14 1>; | ||
41 | }; | ||
42 | }; | ||
43 | }; | ||