ath79: fix dts warnings
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / qca9533_glinet_ar300m_nor.dts
1 /dts-v1/;
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 #include "qca9533_glinet_ar300m.dtsi"
7
8 &spi {
9 status = "okay";
10 num-cs = <0>;
11
12 flash@0 {
13 compatible = "winbond,w25q128", "jedec,spi-nor";
14 reg = <0>;
15 spi-max-frequency = <25000000>;
16
17 partitions {
18 compatible = "fixed-partitions";
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 partition@0 {
23 label = "u-boot";
24 reg = <0x000000 0x040000>;
25 read-only;
26 };
27
28 partition@1 {
29 label = "u-boot-env";
30 reg = <0x040000 0x010000>;
31 };
32
33 partition@2 {
34 label = "firmware";
35 reg = <0x050000 0xfa0000>;
36 };
37
38 art: partition@3 {
39 label = "art";
40 reg = <0xff0000 0x010000>;
41 };
42 };
43 };
44 };