OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3  
4 #include "ar7241_ubnt_xm.dtsi"
5  
6 / {
7 compatible = "ubnt,airrouter", "ubnt,xm", "qca,ar7241";
8 model = "Ubiquiti AirRouter";
9  
10 aliases {
11 led-boot = &globe;
12 led-failsafe = &globe;
13 led-running = &globe;
14 led-upgrade = &globe;
15 };
16  
17 airrouter-leds {
18 compatible = "gpio-leds";
19  
20 globe: globe {
21 label = "ubnt:green:globe";
22 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
23 };
24  
25 power {
26 label = "ubnt:green:power";
27 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
28 };
29 };
30 };
31  
32 &usb_phy {
33 status = "okay";
34 };
35  
36 &usb {
37 status = "okay";
38 };