mirror of https://github.com/hak5/openwrt.git
21 lines
327 B
Plaintext
21 lines
327 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar7242_buffalo_wzr-bhr.dtsi"
|
|
|
|
/ {
|
|
compatible = "buffalo,bhr-4grv", "qca,ar7242";
|
|
model = "Buffalo BHR-4GRV";
|
|
};
|
|
|
|
&leds {
|
|
sec_vpn {
|
|
label = "buffalo:orange:vpn";
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
mtd-mac-address = <&art 0x0>;
|
|
};
|