ARM: mvebu: set aliases for ethernet controllers
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-sheevaplug.dts
CommitLineData
ee514b38
SB
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 pinctrl: pinctrl@10000 {
19
20 pinctrl-0 = < &pmx_nand &pmx_uart0
21 &pmx_usb_power_enable
22 &pmx_led_red
23 &pmx_led_blue>;
24 pinctrl-names = "default";
25
26 };
27
28 mvsdio@90000 {
29 pinctrl-0 = <&pmx_sdio>;
30 pinctrl-names = "default";
31 status = "okay";
32 /* No CD or WP GPIOs */
33 broken-cd;
34 };
35 };
36
37 gpio-leds {
38 compatible = "gpio-leds";
39
40 misc {
41 label = "sheevaplug:red:misc";
42 gpios = <&gpio1 14 1>;
43 };
44 };
45};
This page took 0.028274 seconds and 5 git commands to generate.