ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_fortinet_ap-dual.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344.dtsi"
4 #include "arxxxx_fortinet_loader.dtsi"
5
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
8
9 / {
10 aliases {
11 led-boot = &led_power;
12 led-failsafe = &led_power;
13 led-running = &led_power;
14 led-upgrade = &led_power;
15 };
16
17 chosen {
18 bootargs = "console=ttyS0,9600";
19 };
20
21 keys {
22 compatible = "gpio-keys";
23
24 reset {
25 label = "reset";
26 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
27 debounce-interval = <60>;
28 linux,code = <KEY_RESTART>;
29 };
30 };
31 };
32
33 &ref {
34 clock-frequency = <25000000>;
35 };
36
37 &mdio0 {
38 status = "okay";
39
40 phy0: ethernet-phy@0 {
41 reg = <0>;
42 eee-broken-100tx;
43 eee-broken-1000t;
44 };
45 };
46
47 &eth0 {
48 status = "okay";
49
50 phy-handle = <&phy0>;
51 phy-mode = "rgmii-txid";
52
53 pll-data = <0x02000000 0x00000101 0x00001313>;
54 };
55
56 &pcie {
57 status = "okay";
58
59 ath9k: wifi@0,0 {
60 compatible = "pci168c,0030";
61 reg = <0x0 0 0 0 0>;
62 };
63 };
64
65 &wmac {
66 status = "okay";
67 };