aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_elecom_wrc-300ghbk2-i.dts
blob: df926ebe301c55222bbe0d220a8cef0522b91708 (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
33
34
35
36
37
38
39
40
41
42
43
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;

#include "qca9563_elecom_wrc-ghbk2-i.dtsi"

/ {
	model = "ELECOM WRC-300GHBK2-I";
	compatible = "elecom,wrc-300ghbk2-i", "qca,qca9563";
};

&leds {
	led_power: power {
		label = "elecom:white:power";
		gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
		default-state = "on";
	};

	wlan2g {
		label = "elecom:white:wlan2g";
		gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
		linux,default-trigger = "phy0tpt";
	};
};

&partitions {
	partition@70000 {
		compatible = "denx,uimage";
		label = "firmware";
		reg = <0x070000 0x770000>;
	};

	partition@7e0000 {
		label = "hwconfig";
		reg = <0x7e0000 0x010000>;
		read-only;
	};

	art: partition@7f0000 {
		label = "art";
		reg = <0x7f0000 0x010000>;
		read-only;
	};
};