bc146bb672c56037f42c00bf72589d1858b8ebea
[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 = &status;
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 power_amber {
40 label = "pcs:amber:power";
41 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
42 default-state = "off";
43 };
44
45 status: 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
80 &ref {
81 clock-frequency = <25000000>;
82 };
83
84 &uart {
85 status = "okay";
86 };
87
88 &gpio {
89 status = "okay";
90 };
91
92 &spi {
93 num-cs = <1>;
94
95 status = "okay";
96
97 flash@0 {
98 compatible = "jedec,spi-nor";
99 reg = <0>;
100 spi-max-frequency = <25000000>;
101
102 partitions {
103 compatible = "fixed-partitions";
104 #address-cells = <1>;
105 #size-cells = <1>;
106
107 uboot: partition@0 {
108 label = "u-boot";
109 reg = <0x000000 0x040000>;
110 read-only;
111 };
112
113 partition@40000 {
114 label = "u-boot-env";
115 reg = <0x040000 0x010000>;
116 read-only;
117 };
118
119 partition@50000 {
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 };