Initial commit
This commit is contained in:
30
target/linux/ath79/dts/ar7242_buffalo_bhr-4grv.dts
Normal file
30
target/linux/ath79/dts/ar7242_buffalo_bhr-4grv.dts
Normal file
@@ -0,0 +1,30 @@
|
||||
// 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 {
|
||||
nvmem-cells = <&macaddr_art_0>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
&art {
|
||||
compatible = "nvmem-cells";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
macaddr_art_0: macaddr@0 {
|
||||
reg = <0x0 0x6>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user