ath79: Add support for OpenMesh OM5P
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca95xx_dlink_dap-2xxx.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 &spi {
7 status = "okay";
8
9 flash@0 {
10 compatible = "jedec,spi-nor";
11 reg = <0>;
12 spi-max-frequency = <50000000>;
13
14 partitions: partitions {
15 compatible = "fixed-partitions";
16 #address-cells = <1>;
17 #size-cells = <1>;
18
19 partition@0 {
20 label = "u-boot";
21 reg = <0x0 0x40000>;
22 read-only;
23 };
24
25 partition@40000 {
26 label = "bdcfg";
27 reg = <0x40000 0x10000>;
28 read-only;
29 };
30
31 partition@50000 {
32 label = "rgdb";
33 reg = <0x50000 0x10000>;
34 read-only;
35 };
36
37 partition@60000 {
38 label = "unused";
39 reg = <0x60000 0x10000>;
40 read-only;
41 };
42 };
43 };
44 };
45
46 &uart {
47 status = "okay";
48 };
49
50 &wmac {
51 status = "okay";
52
53 mtd-cal-data = <&art 0x1000>;
54 };