blob: 3b2dc0ecfc44eff92880d8e5a1891bb2e02715fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "ar7242_buffalo_wzr-bhr.dtsi"
/ {
compatible = "buffalo,bhr-4grv", "qca,ar7242";
model = "Buffalo BHR-4GRV";
};
&leds {
sec_vpn {
label = "orange:vpn";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
};
};
ð0 {
mtd-mac-address = <&art 0x0>;
};
|