• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * kirkwood-sheevaplug-esata.dts - Device tree file for eSATA 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 eSATA SheevaPlug";
15	compatible = "globalscale,sheevaplug-esata-rev13", "globalscale,sheevaplug-esata", "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
16
17	ocp@f1000000 {
18		sata@80000 {
19			status = "okay";
20			nr-ports = <2>;
21		};
22
23		mvsdio@90000 {
24			pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>;
25			pinctrl-names = "default";
26			status = "okay";
27			cd-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
28			wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
29		};
30	};
31
32	gpio-leds {
33		compatible = "gpio-leds";
34		pinctrl-0 = <&pmx_led_blue>;
35		pinctrl-names = "default";
36
37		health {
38			label = "sheevaplug:blue:health";
39			gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
40			default-state = "keep";
41		};
42	};
43};
44