ath79: remove redundant includes in DTS files
[oweals/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 "qca9563_elecom_wrc-ghbk2-i.dtsi"
5
6 / {
7         model = "ELECOM WRC-1750GHBK2-I/C";
8         compatible = "elecom,wrc-1750ghbk2-i", "qca,qca9563";
9 };
10
11 &leds {
12         led_power: power {
13                 label = "elecom:blue:power";
14                 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
15                 default-state = "on";
16         };
17
18         wlan2g {
19                 label = "elecom:blue:wlan2g";
20                 gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
21                 linux,default-trigger = "phy1tpt";
22         };
23
24         wlan5g {
25                 label = "elecom:blue:wlan5g";
26                 gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
27                 linux,default-trigger = "phy0tpt";
28         };
29 };
30
31 &partitions {
32         partition@70000 {
33                 compatible = "denx,uimage";
34                 label = "firmware";
35                 reg = <0x070000 0xf70000>;
36         };
37
38         partition@fe0000 {
39                 label = "hwconfig";
40                 reg = <0xfe0000 0x010000>;
41                 read-only;
42         };
43
44         art: partition@ff0000 {
45                 label = "art";
46                 reg = <0xff0000 0x010000>;
47                 read-only;
48         };
49 };
50
51 &pcie {
52         status = "okay";
53 };