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

1 // SPDX-License-Identifier: ISC
3 * Device Tree file for D-Link DSM-G600 revision A based on IXP420
11 /dts-v1/;
13 #include "intel-ixp42x.dtsi"
14 #include <dt-bindings/input/input.h>
17 model = "D-Link DSM-G600 rev A";
18 compatible = "dlink,dsm-g600-a", "intel,ixp42x";
19 #address-cells = <1>;
20 #size-cells = <1>;
30 stdout-path = "uart0:115200n8";
38 compatible = "gpio-leds";
39 led-power {
41 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
42 default-state = "on";
43 linux,default-trigger = "heartbeat";
45 led-wlan {
48 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
49 default-state = "on";
51 linux,default-trigger = "netdev";
56 compatible = "gpio-keys";
58 button-reset {
59 wakeup-source;
62 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
67 compatible = "gpio-keys-polled";
72 * this can be moved adjacent to the ordinary gpio-keys above.
74 button-power {
75 wakeup-source;
78 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
83 compatible = "i2c-gpio";
84 sda-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
85 scl-gpios = <&gpio0 4 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
86 #address-cells = <1>;
87 #size-cells = <0>;
95 gpio-poweroff {
96 compatible = "gpio-poweroff";
97 gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
98 timeout-ms = <5000>;
105 compatible = "intel,ixp4xx-flash", "cfi-flash";
106 bank-width = <2>;
114 compatible = "redboot-fis";
119 fis-index-block = <0x7f>;
128 * Taken from DSM-G600 PCI boardfile (dsmg600-pci.c)
132 #interrupt-cells = <1>;
133 interrupt-map-mask = <0xf800 0 0 7>;
134 interrupt-map =
136 <0x0800 0 0 1 &gpio0 7 IRQ_TYPE_LEVEL_LOW>, /* INT E on slot 1 is irq 7 */
138 <0x1000 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 11 */
140 <0x1800 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 10 */
141 <0x1800 0 0 2 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 3 is irq 9 */
142 <0x1800 0 0 3 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 3 is irq 8 */
144 <0x2000 0 0 3 &gpio0 6 IRQ_TYPE_LEVEL_LOW>; /* INT F on slot 4 is irq 6 */