OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 };