Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * kirkwood-sheevaplug-esata.dts - Device tree file for eSATA 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 eSATA SheevaPlug";
0014         compatible = "globalscale,sheevaplug-esata-rev13", "globalscale,sheevaplug-esata", "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
0015 
0016         ocp@f1000000 {
0017                 sata@80000 {
0018                         status = "okay";
0019                         nr-ports = <2>;
0020                 };
0021 
0022                 mvsdio@90000 {
0023                         pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>;
0024                         pinctrl-names = "default";
0025                         status = "okay";
0026                         cd-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
0027                         wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
0028                 };
0029         };
0030 
0031         gpio-leds {
0032                 compatible = "gpio-leds";
0033                 pinctrl-0 = <&pmx_led_blue>;
0034                 pinctrl-names = "default";
0035 
0036                 health {
0037                         label = "sheevaplug:blue:health";
0038                         gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
0039                         default-state = "keep";
0040                 };
0041         };
0042 };