ath79: drop redundant status for gpio target-wide
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_pcs_cap324.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6
7 #include "ar9344.dtsi"
8
9 / {
10 model = "PowerCloud Systems CAP324";
11 compatible = "pcs,cap324", "qca,ar9344";
12
13 aliases {
14 serial0 = &uart;
15 led-boot = &led_power_amber;
16 led-failsafe = &led_power_amber;
17 led-running = &led_power_green;
18 led-upgrade = &led_power_amber;
19 };
20
21 keys {
22 compatible = "gpio-keys";
23
24 pinctrl-names = "default";
25 pinctrl-0 = <&jtag_disable_pins>;
26
27 reset {
28 label = "Reset button";
29 linux,code = <KEY_RESTART>;
30 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
31 debounce-interval = <60>;
32 };
33 };
34
35 leds {
36 compatible = "gpio-leds";
37
38 led_power_amber: power_amber {
39 label = "pcs:amber:power";
40 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
41 };
42
43 led_power_green: power_green {
44 label = "pcs:green:power";
45 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
46 default-state = "on";
47 };
48
49 wlan_amber {
50 label = "pcs:amber:wlan";
51 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
52 linux,default-trigger = "phy1tpt";
53 };
54
55 wlan_green {
56 label = "pcs:green:wlan";
57 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
58 linux,default-trigger = "phy0tpt";
59 };
60
61 lan_amber {
62 label = "pcs:lan:amber";
63 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
64 };
65
66 lan_green {
67 label = "pcs:lan:green";
68 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
69 };
70 };
71 };
72
73 &ref {
74 clock-frequency = <25000000>;
75 };
76
77 &uart {
78 status = "okay";
79 };
80
81 &spi {
82 status = "okay";
83
84 num-cs = <1>;
85
86 flash@0 {
87 compatible = "jedec,spi-nor";
88 reg = <0>;
89 spi-max-frequency = <25000000>;
90
91 partitions {
92 compatible = "fixed-partitions";
93 #address-cells = <1>;
94 #size-cells = <1>;
95
96 uboot: partition@0 {
97 label = "u-boot";
98 reg = <0x000000 0x040000>;
99 read-only;
100 };
101
102 partition@40000 {
103 label = "u-boot-env";
104 reg = <0x040000 0x010000>;
105 read-only;
106 };
107
108 partition@50000 {
109 compatible = "denx,uimage";
110 label = "firmware";
111 reg = <0x050000 0x0fa0000>;
112 };
113
114 art: partition@7f0000 {
115 label = "art";
116 reg = <0xff0000 0x010000>;
117 read-only;
118 };
119 };
120 };
121 };
122
123 &pcie {
124 status = "okay";
125
126 ath9k: wifi@0,0 {
127 compatible = "168c,0030";
128 reg = <0x0000 0 0 0 0>;
129 mtd-mac-address = <&art 0x0>;
130 mtd-mac-address-increment = <(-2)>;
131 mtd-cal-data = <&art 0x5000>;
132 qca,no-eeprom;
133 qca,disable-5ghz;
134 #gpio-cells = <2>;
135 gpio-controller;
136 };
137 };
138
139 &wmac {
140 status = "okay";
141
142 qca,disable-2ghz;
143 mtd-cal-data = <&art 0x1000>;
144 mtd-mac-address = <&art 0x0>;
145 mtd-mac-address-increment = <(-1)>;
146 };
147
148 &mdio0 {
149 status = "okay";
150
151 phy-mask = <0>;
152
153 phy0: ethernet-phy@0 {
154 reg = <0>;
155 phy-mode = "rgmii";
156 };
157 };
158
159 &eth0 {
160 status = "okay";
161
162 /* default for ar934x, except for 1000M */
163 pll-data = <0x06000000 0x00000101 0x00001616>;
164
165 mtd-mac-address = <&art 0x0>;
166
167 phy-mode = "rgmii";
168 phy-handle = <&phy0>;
169 };