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