apm821xx: add support for the Netgear WNDAP620 and WNDAP660
[openwrt/staging/jow.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 };