OpenWrt – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /*
2 * Device Tree Source for Netgear WNDAP660
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 WNDAP660";
15 compatible = "netgear,wndap660", "apm,bluestone";
16 };
17  
18 &LEDS {
19 lan1-link1000 {
20 label = "wndap660:green:lan1-link1000";
21 gpios = <&GPIO0 22 GPIO_ACTIVE_HIGH>;
22 };
23  
24 lan1-link100 {
25 label = "wndap660:amber:lan1-link100";
26 gpios = <&GPIO0 23 GPIO_ACTIVE_HIGH>;
27 };
28  
29 lan2-link1000 {
30 label = "wndap660:green:lan2-link1000";
31 gpios = <&GPIO0 9 GPIO_ACTIVE_HIGH>;
32 };
33  
34 lan2-link100 {
35 label = "wndap660:amber:lan2-link100";
36 gpios = <&GPIO0 10 GPIO_ACTIVE_HIGH>;
37 };
38 };