blob: d62878e508640fe3390930e23623c7a4e6bd6b99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// 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>;
};
|