Loading...
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * kirkwood-sheevaplug.dts - Device tree file for Sheevaplug
4 *
5 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com>
6 */
7
8/dts-v1/;
9
10#include "kirkwood-sheevaplug-common.dtsi"
11
12/ {
13 model = "Globalscale Technologies SheevaPlug";
14 compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
15
16 ocp@f1000000 {
17 mvsdio@90000 {
18 pinctrl-0 = <&pmx_sdio>;
19 pinctrl-names = "default";
20 status = "okay";
21 /* No CD or WP GPIOs */
22 broken-cd;
23 };
24 };
25
26 gpio-leds {
27 compatible = "gpio-leds";
28 pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
29 pinctrl-names = "default";
30
31 health {
32 label = "sheevaplug:blue:health";
33 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
34 default-state = "keep";
35 };
36
37 misc {
38 label = "sheevaplug:red:misc";
39 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
40 };
41 };
42};
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 */
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 GPIO_ACTIVE_LOW>;
35 default-state = "keep";
36 };
37
38 misc {
39 label = "sheevaplug:red:misc";
40 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
41 };
42 };
43};