| 12345678910111213141516171819 |
- // 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>;
- };
|