ath79: convert to new LED color/function format where possible
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-x6-v2.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca956x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 &pcie {
9 status = "okay";
10 };
11
12 &mdio0 {
13 status = "okay";
14
15 phy0: ethernet-phy@0 {
16 reg = <0>;
17 phy-mode = "sgmii";
18 qca,mib-poll-interval = <500>;
19
20 qca,ar8327-initvals = <
21 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
22 0x7c 0x0000007e /* PORT0_STATUS */
23 >;
24 };
25 };
26
27 &eth0 {
28 status = "okay";
29
30 phy-mode = "sgmii";
31 phy-handle = <&phy0>;
32 };
33
34 &wmac {
35 status = "okay";
36 };