igmpproxy: remove some bashism
[oweals/openwrt.git] / target / linux / ipq40xx / files-5.4 / arch / arm / boot / dts / qcom-ipq4019-e2600ac-c1.dts
1 /* SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2  *
3  * Copyright (c) 2018 Peng Zhang <sd20@qxwlan.com>
4  *
5  */
6
7 #include "qcom-ipq4019-e2600ac.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10
11 / {
12         model = "Qxwlan E2600AC c1";
13         compatible = "qxwlan,e2600ac-c1";
14 };
15
16 &blsp1_spi1 {
17         pinctrl-0 = <&spi_0_pins>;
18         pinctrl-names = "default";
19         status = "okay";
20         cs-gpios = <&tlmm 12 GPIO_ACTIVE_LOW>;
21
22         flash@0 {
23                 reg = <0>;
24                 compatible = "jedec,spi-nor";
25                 spi-max-frequency = <24000000>;
26
27                 partitions {
28                         compatible = "fixed-partitions";
29                         #address-cells = <1>;
30                         #size-cells = <1>;
31
32                         partition@0 {
33                                 label = "0:SBL1";
34                                 reg = <0x0 0x40000>;
35                                 read-only;
36                         };
37                         partition@40000 {
38                                 label = "0:MIBIB";
39                                 reg = <0x40000 0x20000>;
40                                 read-only;
41                         };
42                         partition@60000 {
43                                 label = "0:QSEE";
44                                 reg = <0x60000 0x60000>;
45                                 read-only;
46                         };
47                         partition@c0000 {
48                                 label = "0:CDT";
49                                 reg = <0xc0000 0x10000>;
50                                 read-only;
51                         };
52                         partition@d0000 {
53                                 label = "0:DDRPARAMS";
54                                 reg = <0xd0000 0x10000>;
55                                 read-only;
56                         };
57                         partition@e0000 {
58                                 label = "0:APPSBLENV";
59                                 reg = <0xe0000 0x10000>;
60                                 read-only;
61                         };
62                         partition@f0000 {
63                                 label = "0:APPSBL";
64                                 reg = <0xf0000 0x80000>;
65                                 read-only;
66                         };
67                         partition@170000 {
68                                 label = "0:ART";
69                                 reg = <0x170000 0x10000>;
70                                 read-only;
71                         };
72                         partition@180000 {
73                                 compatible = "denx,fit";
74                                 label = "firmware";
75                                 reg = <0x180000 0x1e80000>;
76                         };
77                 };
78         };
79 };
80