perf: fix build on PowerPC
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_compex_wpj344-16m.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "compex,wpj344-16m", "qca,ar9344";
10 model = "Compex WPJ344 (16MB flash)";
11
12 aliases {
13 label-mac-device = &eth0;
14 led-boot = &led_status;
15 led-failsafe = &led_status;
16 led-running = &led_status;
17 led-upgrade = &led_status;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 led_status: status {
24 label = "green:status";
25 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
26 };
27
28 sig1 {
29 label = "red:sig1";
30 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
31 };
32
33 sig2 {
34 label = "yellow:sig2";
35 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
36 };
37
38 sig3 {
39 label = "green:sig3";
40 gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
41 };
42
43 sig4 {
44 label = "green:sig4";
45 gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
46 };
47 };
48
49 keys {
50 compatible = "gpio-keys";
51
52 reset {
53 linux,code = <KEY_RESTART>;
54 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
55 debounce-interval = <60>;
56 };
57 };
58 };
59
60 &ref {
61 clock-frequency = <40000000>;
62 };
63
64 &spi {
65 status = "okay";
66
67 flash@0 {
68 compatible = "jedec,spi-nor";
69 reg = <0>;
70 spi-max-frequency = <25000000>;
71
72 partitions {
73 compatible = "fixed-partitions";
74 #address-cells = <1>;
75 #size-cells = <1>;
76
77 uboot: partition@0 {
78 label = "u-boot";
79 reg = <0x000000 0x030000>;
80 read-only;
81 };
82
83 partition@30000 {
84 label = "firmware";
85 reg = <0x030000 0xfc0000>;
86 compatible = "denx,uimage";
87 };
88
89 art: partition@ff0000 {
90 label = "art";
91 reg = <0xff0000 0x010000>;
92 read-only;
93 };
94 };
95 };
96 };
97
98 &usb {
99 status = "okay";
100 };
101
102 &usb_phy {
103 status = "okay";
104 };
105
106 &pcie {
107 status = "okay";
108 };
109
110 &wmac {
111 status = "okay";
112
113 mtd-cal-data = <&art 0x1000>;
114 };
115
116 &mdio0 {
117 status = "okay";
118
119 phy-mask = <0>;
120
121 phy0: ethernet-phy@0 {
122 reg = <0>;
123 phy-mode = "rgmii";
124
125 qca,ar8327-initvals = <
126 0x04 0x07600000 /* PORT0 PAD MODE CTRL */
127 0x10 0x80000080 /* POWER_ON_STRAP */
128 0x50 0x00000000 /* LED_CTRL0 */
129 0x54 0xc737c737 /* LED_CTRL1 */
130 0x58 0x00000000 /* LED_CTRL2 */
131 0x5c 0x00c30c00 /* LED_CTRL3 */
132 0x7c 0x0000007e /* PORT0_STATUS */
133 >;
134 };
135 };
136
137 &eth0 {
138 status = "okay";
139
140 pll-data = <0x06000000 0x00000101 0x00001616>;
141
142 mtd-mac-address = <&uboot 0x2e010>;
143
144 phy-mode = "rgmii";
145 phy-handle = <&phy0>;
146 };