treewide: rename POWER_ON_STRIP register
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_dlink_dir-859-a1.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 "qca956x.dtsi"
8
9 / {
10 model = "D-Link DIR-859 A1";
11 compatible = "dlink,dir-859-a1", "qca,qca9563";
12
13 aliases {
14 led-boot = &led_power;
15 led-failsafe = &led_power;
16 led-running = &led_power;
17 led-upgrade = &led_power;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 wps {
24 label = "dir-859-a1:green:wps";
25 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
26 };
27
28 led_power: power {
29 label = "dir-859-a1:green:power";
30 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
31 };
32
33 internet {
34 label = "dir-859-a1:green:internet";
35 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
36 };
37
38 wlan {
39 label = "dir-859-a1:green:wlan";
40 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
41 linux,default-trigger = "phy0tpt";
42 };
43 };
44
45 keys {
46 compatible = "gpio-keys";
47
48 wps {
49 linux,code = <KEY_WPS_BUTTON>;
50 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
51 debounce-interval = <60>;
52 };
53
54 reset {
55 linux,code = <KEY_RESTART>;
56 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
57 debounce-interval = <60>;
58 };
59 };
60
61 gpio-export {
62 compatible = "gpio-export";
63 #size-cells = <0>;
64
65 gpio_switch_reset {
66 gpio-export,name = "dir-859-a1:reset:switch";
67 gpio-export,output = <1>;
68 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
69 };
70 };
71 };
72
73 &uart {
74 status = "okay";
75 };
76
77 &pcie {
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 = <30000000>;
90
91 partitions {
92 compatible = "fixed-partitions";
93 #address-cells = <1>;
94 #size-cells = <1>;
95
96 partition@0 {
97 label = "bootloader";
98 reg = <0x000000 0x40000>;
99 read-only;
100 };
101
102 partition@40000 {
103 label = "bdcfg";
104 reg = <0x040000 0x10000>;
105 read-only;
106 };
107
108 partition@50000 {
109 label = "devdata";
110 reg = <0x050000 0x10000>;
111 read-only;
112 };
113
114 partition@60000 {
115 label = "devconf";
116 reg = <0x060000 0x10000>;
117 read-only;
118 };
119
120 partition@70000 {
121 compatible = "seama";
122 label = "firmware";
123 reg = <0x070000 0xf80000>;
124 };
125
126 art: partition@ff0000 {
127 label = "art";
128 reg = <0xff0000 0x010000>;
129 read-only;
130 };
131 };
132 };
133 };
134
135 &mdio0 {
136 status = "okay";
137
138 phy-mask = <0>;
139
140 phy0: ethernet-phy@0 {
141 reg = <0>;
142 phy-mode = "sgmii";
143 qca,mib-poll-interval = <500>;
144
145 qca,ar8327-initvals = <
146 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
147 0x10 0x81000080 /* POWER_ON_STRAP */
148 0x50 0xcc35cc35 /* LED_CTRL0 */
149 0x54 0xcb37cb37 /* LED_CTRL1 */
150 0x58 0x00000000 /* LED_CTRL2 */
151 0x5c 0x00f3cf00 /* LED_CTRL3 */
152 0x7c 0x0000007e /* PORT0_STATUS */
153 >;
154 };
155 };
156
157 &eth0 {
158 status = "okay";
159
160 pll-data = <0x03000101 0x00000101 0x00001919>;
161
162 phy-mode = "sgmii";
163 phy-handle = <&phy0>;
164 };
165
166 &wmac {
167 status = "okay";
168
169 qca,no-eeprom;
170 };