f663a1fcd71c30162e16972f131f1479b21e4ad3
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9533_tplink_cpexxx.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca953x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 aliases {
10 led-boot = &led_link4;
11 led-failsafe = &led_link4;
12 led-running = &led_link4;
13 led-upgrade = &led_link4;
14 label-mac-device = &wmac;
15 };
16
17 leds: leds {
18 compatible = "gpio-leds";
19
20 link1 {
21 label = "green:link1";
22 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
23 };
24
25 link2 {
26 label = "green:link2";
27 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
28 };
29
30 link3 {
31 label = "green:link3";
32 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
33 };
34
35 led_link4: link4 {
36 label = "green:link4";
37 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
38 };
39 };
40
41 keys {
42 compatible = "gpio-keys";
43
44 reset {
45 label = "Reset button";
46 linux,code = <KEY_RESTART>;
47 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
48 };
49 };
50 };
51
52 &uart {
53 status = "okay";
54 };
55
56 &spi {
57 status = "okay";
58
59 flash@0 {
60 #address-cells = <1>;
61 #size-cells = <1>;
62 compatible = "jedec,spi-nor";
63 reg = <0>;
64 spi-max-frequency = <25000000>;
65
66 partitions {
67 compatible = "fixed-partitions";
68 #address-cells = <1>;
69 #size-cells = <1>;
70
71 uboot: partition@0 {
72 label = "u-boot";
73 reg = <0x000000 0x020000>;
74 read-only;
75 };
76
77 partition@20000 {
78 label = "partition-table";
79 reg = <0x020000 0x010000>;
80 read-only;
81 };
82
83 info: partition@30000 {
84 label = "info";
85 reg = <0x030000 0x010000>;
86 read-only;
87 };
88
89 partition@40000 {
90 label = "firmware";
91 reg = <0x040000 0x780000>;
92 compatible = "tplink,firmware";
93 };
94
95 config: partition@7c0000 {
96 label = "config";
97 reg = <0x7c0000 0x030000>;
98 read-only;
99 };
100
101 art: partition@7f0000 {
102 label = "art";
103 reg = <0x7f0000 0x010000>;
104 read-only;
105 };
106 };
107 };
108 };
109
110 &eth0 {
111 status = "okay";
112
113 phy-handle = <&swphy4>;
114
115 mtd-mac-address = <&info 0x8>;
116 };
117
118 &wmac {
119 status = "okay";
120
121 mtd-cal-data = <&art 0x1000>;
122 mtd-mac-address = <&info 0x8>;
123 };