Lines Matching +full:rb +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree common file for the Seagate NAS 2 and 4-bay (Armada 370 SoC).
14 #include "armada-370.dtsi"
15 #include <dt-bindings/gpio/gpio.h>
16 #include <dt-bindings/input/input.h>
20 stdout-path = "serial0:115200n8";
32 internal-regs {
38 nr-ports = <2>;
44 pinctrl-0 = <&ge0_rgmii_pins>;
45 pinctrl-names = "default";
47 phy-mode = "rgmii-id";
52 pinctrl-0 = <&i2c0_pins>;
53 pinctrl-names = "default";
54 clock-frequency = <100000>;
56 /* RTC - NXP 8563T (second source) */
62 /* RTC - MCP7940NT */
74 compatible = "simple-bus";
75 #address-cells = <1>;
76 #size-cells = <0>;
77 pinctrl-names = "default";
80 compatible = "regulator-fixed";
82 regulator-name = "SATA0 power";
83 regulator-min-microvolt = <5000000>;
84 regulator-max-microvolt = <5000000>;
85 enable-active-high;
86 regulator-always-on;
87 regulator-boot-on;
91 compatible = "regulator-fixed";
93 regulator-name = "SATA1 power";
94 regulator-min-microvolt = <5000000>;
95 regulator-max-microvolt = <5000000>;
96 enable-active-high;
97 regulator-always-on;
98 regulator-boot-on;
103 gpio-fan {
104 compatible = "gpio-fan";
105 gpios = <&gpio2 0 GPIO_ACTIVE_HIGH
109 gpio-keys {
110 compatible = "gpio-keys";
112 button-power {
115 gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
116 debounce-interval = <100>;
118 button-backup {
121 gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
122 debounce-interval = <100>;
124 button-reset {
127 gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
128 debounce-interval = <100>;
132 gpio-leds {
133 compatible = "gpio-leds";
135 white-power {
137 gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
138 linux,default-trigger = "timer";
141 red-power {
143 gpios = <&gpio1 31 GPIO_ACTIVE_HIGH>;
145 red-sata0 {
147 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
149 red-sata1 {
151 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
156 compatible = "gpio-poweroff";
157 gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
172 pinctrl-0 = <&mdio_pins>;
173 pinctrl-names = "default";
175 phy0: ethernet-phy@0 {
181 pinctrl-0 = <&hdd0_led_sata_pin>, <&hdd1_led_sata_pin>;
182 pinctrl-names = "default";
184 hdd0_led_sata_pin: hdd0-led-sata-pin {
188 hdd0_led_gpio_pin: hdd0-led-gpio-pin {
192 hdd1_led_sata_pin: hdd1-led-sata-pin {
196 hdd1_led_gpio_pin: hdd1-led-gpio-pin {
207 label = "pxa3xx_nand-0";
208 nand-rb = <0>;
209 marvell,nand-keep-config;
210 nand-on-flash-bbt;
211 nand-ecc-strength = <4>;
212 nand-ecc-step-size = <512>;
215 compatible = "fixed-partitions";
216 #address-cells = <1>;
217 #size-cells = <1>;
220 label = "u-boot";
224 label = "device-tree";