287dee6bb1e61312561841e45fcf936e748d0346
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_elecom_wrc-1750ghbk2-i.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6
7 #include "qca9563_elecom_wrc-ghbk2-i.dtsi"
8
9 / {
10 model = "ELECOM WRC-1750GHBK2-I/C";
11 compatible = "elecom,wrc-1750ghbk2-i", "qca,qca9563";
12 };
13
14 &leds {
15 power: power {
16 label = "elecom:blue:power";
17 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
18 default-state = "on";
19 };
20
21 wlan2g {
22 label = "elecom:blue:wlan2g";
23 gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
24 linux,default-trigger = "phy1tpt";
25 };
26
27 wlan5g {
28 label = "elecom:blue:wlan5g";
29 gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
30 linux,default-trigger = "phy0tpt";
31 };
32 };
33
34 &partitions {
35 partition@70000 {
36 compatible = "denx,uimage";
37 label = "firmware";
38 reg = <0x070000 0xf70000>;
39 };
40
41 partition@fe0000 {
42 label = "hwconfig";
43 reg = <0xfe0000 0x010000>;
44 read-only;
45 };
46
47 ART: partition@ff0000 {
48 label = "ART";
49 reg = <0xff0000 0x010000>;
50 read-only;
51 };
52 };
53
54 &pcie {
55 status = "okay";
56 };