e92c5638cb601ac924e5d5f39f7c2def0525e733
[openwrt/openwrt.git] / target / linux / apm821xx / dts / netgear-wndap620.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 /dts-v1/;
4
5 #include "netgear-wndap6x0.dtsi"
6
7 / {
8 model = "Netgear WNDAP620";
9 compatible = "netgear,wndap620", "apm,bluestone";
10 };
11
12 &LEDS {
13 link1000 {
14 label = "wndap620:green:link1000";
15 gpios = <&GPIO0 9 GPIO_ACTIVE_HIGH>;
16 };
17
18 link100 {
19 label = "wndap620:amber:link100";
20 gpios = <&GPIO0 10 GPIO_ACTIVE_HIGH>;
21 };
22 };
23
24 &PCIE0 {
25 /*
26 * relevant lspci topology:
27 *
28 * -+-[0000:40]---00.0-[41-7f]----00.0
29 */
30
31 bridge@64,0 {
32 reg = <0x00400000 0 0 0 0>;
33 #address-cells = <3>;
34 #size-cells = <2>;
35 ranges;
36
37 wifi0: wifi@65,0 {
38 /* Atheros AR9380 5GHz */
39 compatible = "pci168c,0030";
40 reg = <0x00410000 0 0 0 0>;
41 };
42 };
43 };