572278d3a0
* Prepare to support the AR7240 variant of ubiquiti bullet m, by reorganizing the related dtsi files. * Distribute SOC variable across ubnt-xm devices. Signed-off-by: Russell Senior <russell@personaltelco.net>
34 lines
553 B
Plaintext
34 lines
553 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/ {
|
|
aliases {
|
|
led-boot = &led_link4;
|
|
led-failsafe = &led_link4;
|
|
label-mac-device = &wifi;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
link1 {
|
|
label = "ubnt:red:link1";
|
|
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
link2 {
|
|
label = "ubnt:orange:link2";
|
|
gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
link3 {
|
|
label = "ubnt:green:link3";
|
|
gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_link4: link4 {
|
|
label = "ubnt:green:link4";
|
|
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|
|
};
|