ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / ar9344_tplink_tl-wdr4300.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344_tplink_tl-wdrxxxx.dtsi"
4
5 / {
6 aliases {
7 label-mac-device = &ath9k;
8 };
9
10 gpio-export {
11 compatible = "gpio-export";
12
13 gpio_usb1_power {
14 gpio-export,name = "tp-link:power:usb1";
15 gpio-export,output = <1>;
16 gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
17 };
18
19 gpio_usb2_power {
20 gpio-export,name = "tp-link:power:usb2";
21 gpio-export,output = <1>;
22 gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
23 };
24
25 gpio_ext_lna0 {
26 gpio-export,name = "tp-link:ext:lna0";
27 gpio-export,output = <1>;
28 gpios = <&gpio 18 GPIO_ACTIVE_HIGH>;
29 };
30
31 gpio_ext_lna1 {
32 gpio-export,name = "tp-link:ext:lna1";
33 gpio-export,output = <1>;
34 gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
35 };
36 };
37 };
38
39 &leds {
40 usb1 {
41 label = "green:usb1";
42 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
43 trigger-sources = <&hub_port1>;
44 linux,default-trigger = "usbport";
45 };
46
47 usb2 {
48 label = "green:usb2";
49 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
50 trigger-sources = <&hub_port2>;
51 linux,default-trigger = "usbport";
52 };
53 };
54
55 &usb {
56 #address-cells = <1>;
57 #size-cells = <0>;
58 status = "okay";
59
60 port@1 {
61 #address-cells = <1>;
62 #size-cells = <0>;
63 reg = <1>;
64 #trigger-source-cells = <0>;
65
66 hub_port1: port@1 {
67 reg = <1>;
68 #trigger-source-cells = <0>;
69 };
70
71 hub_port2: port@2 {
72 reg = <2>;
73 #trigger-source-cells = <0>;
74 };
75 };
76 };
77
78 &usb_phy {
79 status = "okay";
80 };
81
82 &ath9k {
83 nvmem-cells = <&macaddr_uboot_1fc00>;
84 nvmem-cell-names = "mac-address";
85 };
86
87 &wmac {
88 nvmem-cells = <&macaddr_uboot_1fc00>;
89 nvmem-cell-names = "mac-address";
90 mac-address-increment = <(-1)>;
91 };
92
93 &mdio0 {
94 status = "okay";
95
96 phy-mask = <0>;
97
98 phy0: ethernet-phy@0 {
99 reg = <0>;
100 phy-mode = "rgmii";
101
102 qca,ar8327-initvals = <
103 0x04 0x07600000 /* PORT0 PAD MODE CTRL */
104 0x10 0x80000080 /* POWER_ON_STRAP */
105 0x50 0xc737c737 /* LED_CTRL0 */
106 0x54 0x00000000 /* LED_CTRL1 */
107 0x58 0x00000000 /* LED_CTRL2 */
108 0x5c 0x0030c300 /* LED_CTRL3 */
109 0x7c 0x0000007e /* PORT0_STATUS */
110 >;
111 };
112 };
113
114 &eth0 {
115 status = "okay";
116
117 /* default for ar934x, except for 1000M */
118 pll-data = <0x06000000 0x00000101 0x00001616>;
119
120 nvmem-cells = <&macaddr_uboot_1fc00>;
121 nvmem-cell-names = "mac-address";
122
123 phy-mode = "rgmii";
124 phy-handle = <&phy0>;
125 };
126
127 &uboot {
128 compatible = "nvmem-cells";
129 #address-cells = <1>;
130 #size-cells = <1>;
131
132 macaddr_uboot_1fc00: macaddr@1fc00 {
133 reg = <0x1fc00 0x6>;
134 };
135 };