ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.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 = "tp-link: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 = "tp-link: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 mtd-mac-address = <&uboot 0x1fc00>;
84 };
85
86 &wmac {
87 mtd-mac-address = <&uboot 0x1fc00>;
88 mtd-mac-address-increment = <(-1)>;
89 };
90
91 &mdio0 {
92 status = "okay";
93
94 phy-mask = <0>;
95
96 phy0: ethernet-phy@0 {
97 reg = <0>;
98 phy-mode = "rgmii";
99
100 qca,ar8327-initvals = <
101 0x04 0x07600000 /* PORT0 PAD MODE CTRL */
102 0x10 0x80000080 /* POWER_ON_STRIP */
103 0x50 0xc737c737 /* LED_CTRL0 */
104 0x54 0x00000000 /* LED_CTRL1 */
105 0x58 0x00000000 /* LED_CTRL2 */
106 0x5c 0x0030c300 /* LED_CTRL3 */
107 0x7c 0x0000007e /* PORT0_STATUS */
108 >;
109 };
110 };
111
112 &eth0 {
113 status = "okay";
114
115 /* default for ar934x, except for 1000M */
116 pll-data = <0x06000000 0x00000101 0x00001616>;
117
118 mtd-mac-address = <&uboot 0x1fc00>;
119
120 phy-mode = "rgmii";
121 phy-handle = <&phy0>;
122 };