ath79: move dts-v1 statement to ath79.dtsi
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9331_glinet_6416.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9331_glinet_64xx.dtsi"
4
5 / {
6 model = "GL.iNet 6416";
7 compatible = "glinet,6416", "qca,ar9331";
8 };
9
10 &spi {
11 status = "okay";
12
13 num-cs = <1>;
14
15 flash@0 {
16 compatible = "jedec,spi-nor";
17 reg = <0>;
18 spi-max-frequency = <25000000>;
19
20 partitions {
21 compatible = "fixed-partitions";
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 uboot: partition@0 {
26 reg = <0x0 0x20000>;
27 label = "u-boot";
28 read-only;
29 };
30
31 partition@20000 {
32 compatible = "tplink,firmware";
33 reg = <0x20000 0xfd0000>;
34 label = "firmware";
35 };
36
37 art: partition@ff0000 {
38 reg = <0xff0000 0x10000>;
39 label = "art";
40 read-only;
41 };
42 };
43 };
44 };