5 #include <dt-bindings/input/input.h>
8 compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,ar9";
9 model = "ZyXEL P-2601HN-Fx";
12 bootargs = "console=ttyLTQ0,115200";
16 led-boot = &power_green;
17 led-failsafe = &power_red;
18 led-running = &power_green;
19 led-upgrade = &power_green;
22 led-internet = &online;
27 device_type = "memory";
28 reg = <0x0 0x4000000>;
32 compatible = "gpio-keys-polled";
33 poll-interval = <100>;
37 gpios = <&gpio 53 GPIO_ACTIVE_LOW>;
38 linux,code = <KEY_RESTART>;
42 gpios = <&gpio 54 GPIO_ACTIVE_LOW>;
43 linux,code = <KEY_RFKILL>;
48 compatible = "gpio-leds";
51 label = "p2601hnfx:green:power";
52 gpios = <&stp 11 GPIO_ACTIVE_LOW>;
53 default-state = "keep";
56 label = "p2601hnfx:red:power";
57 gpios = <&gpio 29 GPIO_ACTIVE_LOW>;
60 label = "p2601hnfx:green:internet";
61 gpios = <&stp 13 GPIO_ACTIVE_LOW>;
64 label = "p2601hnfx:red:internet";
65 gpios = <&stp 12 GPIO_ACTIVE_LOW>;
68 label = "p2601hnfx:green:dsl";
69 gpios = <&stp 14 GPIO_ACTIVE_LOW>;
72 label = "p2601hnfx:green:phone";
73 gpios = <&stp 9 GPIO_ACTIVE_LOW>;
76 label = "p2601hnfx:orange:phone";
77 gpios = <&stp 8 GPIO_ACTIVE_LOW>;
80 label = "p2601hnfx:green:wireless";
81 gpios = <&stp 15 GPIO_ACTIVE_LOW>;
84 label = "p2601hnfx:orange:wireless";
85 gpios = <&stp 10 GPIO_ACTIVE_LOW>;
90 compatible = "gpio-export";
94 gpio-export,name = "switch";
95 gpio-export,output = <1>;
96 gpios = <&gpio 50 GPIO_ACTIVE_HIGH>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&state_default>;
105 state_default: pinmux {
107 lantiq,groups = "exin1";
108 lantiq,function = "exin";
112 usb_vbus: regulator-usb-vbus {
113 compatible = "regulator-fixed";
115 regulator-name = "USB_VBUS";
117 regulator-min-microvolt = <5000000>;
118 regulator-max-microvolt = <5000000>;
120 gpio = <&gpio 9 GPIO_ACTIVE_HIGH>;
131 compatible = "lantiq,nor";
133 reg = <0 0x0 0x2000000>;
136 compatible = "fixed-partitions";
137 #address-cells = <1>;
142 reg = <0x00000 0x40000>;
148 reg = <0x40000 0x20000>;
154 reg = <0x60000 0xfa0000>;
161 pinctrl-0 = <&pci_gnt1_pins>, <&pci_req1_pins>;
162 pinctrl-names = "default";
167 lantiq,shadow = <0xfff>;
168 lantiq,groups = <0x3>;
177 vbus-supply = <&usb_vbus>;