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