Lines Matching +full:irq +full:- +full:gpios

1 // SPDX-License-Identifier: ISC
6 /dts-v1/;
8 #include "intel-ixp42x.dtsi"
9 #include <dt-bindings/input/input.h>
14 #address-cells = <1>;
15 #size-cells = <1>;
25 stdout-path = "uart0:115200n8";
33 compatible = "gpio-leds";
34 led-status {
36 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
37 default-state = "on";
38 linux,default-trigger = "heartbeat";
40 led-ready {
42 gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
43 default-state = "on";
45 led-disk-1 {
46 label = "nslu2:green:disk-1";
47 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
48 default-state = "off";
50 led-disk-2 {
51 label = "nslu2:green:disk-2";
52 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
53 default-state = "off";
58 compatible = "gpio-keys";
60 button-power {
61 wakeup-source;
64 gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
66 button-reset {
67 wakeup-source;
70 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
75 compatible = "i2c-gpio";
76 sda-gpios = <&gpio0 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
77 scl-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
78 #address-cells = <1>;
79 #size-cells = <0>;
87 gpio-poweroff {
88 compatible = "gpio-poweroff";
89 gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
90 timeout-ms = <5000>;
94 #pwm-cells = <3>;
95 compatible = "pwm-gpio";
96 gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
100 compatible = "pwm-beeper";
102 beeper-hz = <1000>;
109 compatible = "intel,ixp4xx-flash", "cfi-flash";
110 bank-width = <2>;
112 intel,ixp4xx-eb-write-enable = <1>;
120 compatible = "redboot-fis";
122 fis-index-block = <0x3f>;
134 #interrupt-cells = <1>;
135 interrupt-map-mask = <0xf800 0 0 7>;
136 interrupt-map =
138 <0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */
139 <0x0800 0 0 2 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 1 is irq 10 */
140 <0x0800 0 0 3 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 1 is irq 9 */
141 <0x0800 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 1 is irq 8 */
143 <0x1000 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 10 */
144 <0x1000 0 0 2 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 2 is irq 9 */
145 <0x1000 0 0 3 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 2 is irq 11 */
146 <0x1000 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 2 is irq 8 */
148 <0x1800 0 0 1 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 9 */
149 <0x1800 0 0 2 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 11 */
150 <0x1800 0 0 3 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 3 is irq 10 */
151 <0x1800 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>; /* INT D on slot 3 is irq 8 */
156 queue-rx = <&qmgr 3>;
157 queue-txready = <&qmgr 20>;
158 phy-mode = "rgmii";
159 phy-handle = <&phy1>;
162 #address-cells = <1>;
163 #size-cells = <0>;
165 phy1: ethernet-phy@1 {