ipq40xx: add support for Qxwlan E2600AC C1 and C2
[openwrt/openwrt.git] / target / linux / ipq40xx / files-4.14 / arch / arm / boot / dts / qcom-ipq4019-qxwlan-e2600ac-c2.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-qxwlan-e2600ac.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10
11 / {
12 model = "Qxwlan E2600AC c2";
13 compatible = "qxwlan,e2600ac-c2", "qcom,ipq4019";
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 };
73 };
74 };
75
76 &nand {
77 pinctrl-0 = <&nand_pins>;
78 pinctrl-names = "default";
79 status = "okay";
80
81 nand@0 {
82 partitions {
83 compatible = "fixed-partitions";
84 #address-cells = <1>;
85 #size-cells = <1>;
86
87 partition@0 {
88 label = "ubi";
89 reg = <0x00000000 0x04000000>;
90 };
91 };
92 };
93 };
94
95 &tlmm {
96 nand_pins: nand-pins {
97
98 pullups {
99 pins = "gpio53", "gpio58", "gpio59";
100 function = "qpic";
101 bias-pull-up;
102 };
103
104 pulldowns {
105 pins = "gpio54", "gpio55", "gpio56",
106 "gpio57", "gpio60", "gpio61",
107 "gpio62", "gpio63", "gpio64",
108 "gpio65", "gpio66", "gpio67",
109 "gpio68", "gpio69";
110 function = "qpic";
111 bias-pull-down;
112 };
113 };
114 };
115