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