b01c2a5d62b06c40b8ca1dcb7ae614be305e739c
[openwrt/staging/stintel.git] / target / linux / apm821xx / dts / netgear-wndap620.dts
1 /*
2 * Device Tree Source for Netgear WNDAP620
3 *
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without
6 * any warranty of any kind, whether express or implied.
7 */
8
9 /dts-v1/;
10
11 #include "netgear-wndap6x0.dtsi"
12
13 / {
14 model = "Netgear WNDAP620";
15 compatible = "netgear,wndap620", "apm,bluestone";
16 };
17
18 &LEDS {
19 link1000 {
20 label = "wndap620:green:link1000";
21 gpios = <&GPIO0 9 GPIO_ACTIVE_HIGH>;
22 };
23
24 link100 {
25 label = "wndap620:amber:link100";
26 gpios = <&GPIO0 10 GPIO_ACTIVE_HIGH>;
27 };
28 };
29
30 &PCIE0 {
31 /*
32 * relevant lspci topology:
33 *
34 * -+-[0000:40]---00.0-[41-7f]----00.0
35 */
36
37 bridge@64,0 {
38 reg = <0x00400000 0 0 0 0>;
39 #address-cells = <3>;
40 #size-cells = <2>;
41 ranges;
42
43 wifi0: wifi@65,0 {
44 /* Atheros AR9380 5GHz */
45 compatible = "pci168c,0030";
46 reg = <0x00410000 0 0 0 0>;
47 };
48 };
49 };