aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ath79/dts/ar7242_buffalo_bhr-4grv.dts
blob: c17a8df6fedbd4107b68ac381ebf4cb3256105b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// 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>;
	};
};

&eth0 {
	nvmem-cells = <&macaddr_art_0>;
	nvmem-cell-names = "mac-address";
};

&art {
	nvmem-layout {
		compatible = "fixed-layout";
		#address-cells = <1>;
		#size-cells = <1>;

		macaddr_art_0: macaddr@0 {
			reg = <0x0 0x6>;
		};
	};
};