0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * kirkwood-sheevaplug.dts - Device tree file for Sheevaplug
0004 *
0005 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com>
0006 */
0007
0008 /dts-v1/;
0009
0010 #include "kirkwood-sheevaplug-common.dtsi"
0011
0012 / {
0013 model = "Globalscale Technologies SheevaPlug";
0014 compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
0015
0016 ocp@f1000000 {
0017 mvsdio@90000 {
0018 pinctrl-0 = <&pmx_sdio>;
0019 pinctrl-names = "default";
0020 status = "okay";
0021 /* No CD or WP GPIOs */
0022 broken-cd;
0023 };
0024 };
0025
0026 gpio-leds {
0027 compatible = "gpio-leds";
0028 pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
0029 pinctrl-names = "default";
0030
0031 health {
0032 label = "sheevaplug:blue:health";
0033 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
0034 default-state = "keep";
0035 };
0036
0037 misc {
0038 label = "sheevaplug:red:misc";
0039 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
0040 };
0041 };
0042 };