Lines Matching +full:gpio +full:- +full:leds

1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree file for Seagate NAS 4-Bay (Armada 370 SoC).
13 * Product name : Seagate NAS 4-Bay
14 * Code name (board/PCB) : Dart 4-Bay
19 /dts-v1/;
20 #include "armada-370-seagate-nas-xbay.dtsi"
21 #include <dt-bindings/leds/leds-ns2.h>
24 model = "Seagate NAS 4-Bay (Dart, SRPD40)";
25 compatible = "seagate,dart-4", "marvell,armada370", "marvell,armada-370-xp";
28 internal-regs {
31 pinctrl-0 = <&ge1_rgmii_pins>;
32 pinctrl-names = "default";
34 phy-mode = "rgmii-id";
38 /* I2C GPIO expander (PCA9554A) */
42 #gpio-cells = <2>;
43 gpio-controller;
49 regulator-3 {
50 compatible = "regulator-fixed";
51 regulator-name = "SATA2 power";
52 regulator-min-microvolt = <5000000>;
53 regulator-max-microvolt = <5000000>;
54 enable-active-high;
55 regulator-always-on;
56 regulator-boot-on;
57 gpio = <&pca9554 6 GPIO_ACTIVE_HIGH>;
60 regulator-4 {
61 compatible = "regulator-fixed";
62 regulator-name = "SATA3 power";
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
65 enable-active-high;
66 regulator-always-on;
67 regulator-boot-on;
68 gpio = <&pca9554 7 GPIO_ACTIVE_HIGH>;
71 gpio-leds {
72 led-red-sata2 {
76 led-red-sata3 {
82 leds-ns2 {
83 compatible = "lacie,ns2-leds";
85 white-sata2 {
87 cmd-gpio = <&pca9554 1 GPIO_ACTIVE_HIGH>;
88 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>;
89 num-modes = <4>;
90 modes-map = <NS_V2_LED_SATA 0 0
95 white-sata3 {
97 cmd-gpio = <&pca9554 4 GPIO_ACTIVE_HIGH>;
98 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
99 num-modes = <4>;
100 modes-map = <NS_V2_LED_SATA 0 0
107 gpio-fan {
108 gpio-fan,speed-map =
124 phy1: ethernet-phy@1 {