ath79: remove redundant includes in DTS files
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_elecom_wrc-300ghbk2-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-300GHBK2-I";
8         compatible = "elecom,wrc-300ghbk2-i", "qca,qca9563";
9 };
10
11 &leds {
12         led_power: power {
13                 label = "elecom:white:power";
14                 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
15                 default-state = "on";
16         };
17
18         wlan2g {
19                 label = "elecom:white:wlan2g";
20                 gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
21                 linux,default-trigger = "phy0tpt";
22         };
23 };
24
25 &partitions {
26         partition@70000 {
27                 compatible = "denx,uimage";
28                 label = "firmware";
29                 reg = <0x070000 0x770000>;
30         };
31
32         partition@7e0000 {
33                 label = "hwconfig";
34                 reg = <0x7e0000 0x010000>;
35                 read-only;
36         };
37
38         art: partition@7f0000 {
39                 label = "art";
40                 reg = <0x7f0000 0x010000>;
41                 read-only;
42         };
43 };