2019-01-03 19:29:28 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
|
|
|
|
#include "ar724x.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
usb_phy: usb-phy {
|
|
|
|
compatible = "qca,ar7200-usb-phy";
|
|
|
|
|
|
|
|
reset-names = "usb-phy", "usb-suspend-override";
|
|
|
|
resets = <&rst 4>, <&rst 3>;
|
|
|
|
|
|
|
|
#phy-cells = <0>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
|
|
|
ngpios = <20>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&ahb {
|
|
|
|
usb: usb@1b000000 {
|
|
|
|
compatible = "generic-ehci";
|
|
|
|
reg = <0x1b000000 0x1000>;
|
|
|
|
|
|
|
|
interrupts = <3>;
|
|
|
|
|
|
|
|
resets = <&rst 5>;
|
|
|
|
reset-names = "usb-host";
|
|
|
|
|
|
|
|
has-transaction-translator;
|
|
|
|
caps-offset = <0x100>;
|
|
|
|
|
|
|
|
phy-names = "usb-phy";
|
|
|
|
phys = <&usb_phy>;
|
|
|
|
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ð0 {
|
|
|
|
compatible = "qca,ar7241-eth", "syscon";
|
|
|
|
|
|
|
|
pll-data = <0x00110000 0x00001099 0x00991099>;
|
|
|
|
|
|
|
|
resets = <&rst 9>;
|
|
|
|
reset-names = "mac";
|
|
|
|
phy-handle = <&swphy4>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&mdio1 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
resets = <&rst 23>;
|
|
|
|
reset-names = "mdio";
|
|
|
|
builtin-switch;
|
|
|
|
|
|
|
|
builtin_switch: switch0@1f {
|
2019-04-12 11:39:40 +08:00
|
|
|
compatible = "qca,ar7240sw";
|
2019-01-03 19:29:28 +08:00
|
|
|
|
|
|
|
reg = <0x1f>;
|
|
|
|
resets = <&rst 8>;
|
|
|
|
reset-names = "switch";
|
2019-04-12 11:39:40 +08:00
|
|
|
qca,mib-poll-interval = <500>;
|
2019-01-03 19:29:28 +08:00
|
|
|
|
|
|
|
mdio-bus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
swphy4: ethernet-phy@4 {
|
|
|
|
reg = <4>;
|
|
|
|
phy-mode = "mii";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ð1 {
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
status = "okay";
|
|
|
|
|
2019-12-02 05:55:49 -08:00
|
|
|
compatible = "qca,ar7241-eth", "syscon";
|
2019-01-03 19:29:28 +08:00
|
|
|
|
|
|
|
pll-data = <0x00110000 0x00001099 0x00991099>;
|
|
|
|
|
|
|
|
resets = <&rst 13>;
|
|
|
|
reset-names = "mac";
|
|
|
|
|
|
|
|
phy-mode = "gmii";
|
|
|
|
|
|
|
|
fixed-link {
|
|
|
|
speed = <1000>;
|
|
|
|
full-duplex;
|
|
|
|
};
|
|
|
|
};
|