ath79: rename glinet x750
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9533_glinet_gl-x750.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6
7 #include "qca9533_glinet_x750.dtsi"
8
9 &spi {
10 status = "okay";
11 num-cs = <0>;
12
13 flash@0 {
14 compatible = "jedec,spi-nor";
15 reg = <0>;
16 spi-max-frequency = <25000000>;
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 partition@0 {
24 label = "u-boot";
25 reg = <0x000000 0x040000>;
26 read-only;
27 };
28
29 partition@40000 {
30 label = "u-boot-env";
31 reg = <0x040000 0x010000>;
32 };
33
34 art: partition@50000 {
35 label = "art";
36 reg = <0x050000 0x010000>;
37 };
38
39 partition@60000 {
40 label = "firmware";
41 reg = <0x060000 0xfa0000>;
42 };
43
44 };
45 };
46 };