Lines Matching +full:mdio +full:- +full:gpio0
1 // SPDX-License-Identifier: ISC
7 /dts-v1/;
9 #include "intel-ixp42x.dtsi"
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/leds/common.h>
16 #address-cells = <1>;
17 #size-cells = <1>;
28 stdout-path = "uart1:9600n8";
37 compatible = "gpio-leds";
38 test_led: led-test {
41 gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
42 default-state = "off";
44 wlan_led: led-wlan {
47 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
48 default-state = "off";
49 linux,default-trigger = "phy0tx";
55 compatible = "gpio-keys-polled";
56 poll-interval = <100>;
58 button-reset {
61 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
68 compatible = "intel,ixp4xx-flash", "cfi-flash";
69 bank-width = <2>;
77 intel,ixp4xx-eb-write-enable = <1>;
80 compatible = "redboot-fis";
81 fis-index-block = <0x3f>;
90 * Taken from WG302 v1 PCI boardfile (wg302v1-pci.c)
94 #interrupt-cells = <1>;
95 interrupt-map-mask = <0xf800 0 0 7>;
96 interrupt-map =
98 <0x0800 0 0 1 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 8 */
99 <0x0800 0 0 2 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 1 is irq 8 */
100 <0x0800 0 0 3 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 1 is irq 8 */
101 <0x0800 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 1 is irq 8 */
103 <0x1000 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 10 */
104 <0x1000 0 0 2 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 2 is irq 10 */
105 <0x1000 0 0 3 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 2 is irq 10 */
106 <0x1000 0 0 4 &gpio0 10 IRQ_TYPE_LEVEL_LOW>; /* INT D on slot 2 is irq 10 */
111 queue-rx = <&qmgr 3>;
112 queue-txready = <&qmgr 20>;
113 phy-mode = "rgmii";
114 phy-handle = <&phy30>;
116 mdio {
117 #address-cells = <1>;
118 #size-cells = <0>;
120 phy30: ethernet-phy@30 {