ipq40xx: dts: remove leftover nodes after DSA conversion
[openwrt/staging/dedeckeh.git] / target / linux / ipq40xx / patches-5.15 / 900-dts-ipq4019-ap-dk01.1.patch
1 --- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
2 +++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
3 @@ -15,6 +15,7 @@
4 */
5
6 #include "qcom-ipq4019.dtsi"
7 +#include <dt-bindings/soc/qcom,tcsr.h>
8
9 / {
10 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
11 @@ -29,6 +30,32 @@
12 };
13
14 soc {
15 + tcsr@194b000 {
16 + /* select hostmode */
17 + compatible = "qcom,tcsr";
18 + reg = <0x194b000 0x100>;
19 + qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
20 + status = "okay";
21 + };
22 +
23 + ess_tcsr@1953000 {
24 + compatible = "qcom,tcsr";
25 + reg = <0x1953000 0x1000>;
26 + qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
27 + };
28 +
29 + tcsr@1949000 {
30 + compatible = "qcom,tcsr";
31 + reg = <0x1949000 0x100>;
32 + qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
33 + };
34 +
35 + tcsr@1957000 {
36 + compatible = "qcom,tcsr";
37 + reg = <0x1957000 0x100>;
38 + qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
39 + };
40 +
41 rng@22000 {
42 status = "okay";
43 };
44 @@ -74,14 +101,6 @@
45 pinctrl-names = "default";
46 status = "okay";
47 cs-gpios = <&tlmm 54 0>;
48 -
49 - mx25l25635e@0 {
50 - #address-cells = <1>;
51 - #size-cells = <1>;
52 - reg = <0>;
53 - compatible = "mx25l25635e";
54 - spi-max-frequency = <24000000>;
55 - };
56 };
57
58 serial@78af000 {
59 @@ -109,5 +128,29 @@
60 wifi@a800000 {
61 status = "okay";
62 };
63 +
64 + mdio@90000 {
65 + status = "okay";
66 + };
67 +
68 + usb3_ss_phy: ssphy@9a000 {
69 + status = "okay";
70 + };
71 +
72 + usb3_hs_phy: hsphy@a6000 {
73 + status = "okay";
74 + };
75 +
76 + usb3: usb3@8af8800 {
77 + status = "okay";
78 + };
79 +
80 + usb2_hs_phy: hsphy@a8000 {
81 + status = "okay";
82 + };
83 +
84 + usb2: usb2@60f8800 {
85 + status = "okay";
86 + };
87 };
88 };
89 --- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
90 +++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
91 @@ -18,5 +18,73 @@
92
93 / {
94 model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
95 + compatible = "qcom,ap-dk01.1-c1", "qcom,ap-dk01.2-c1";
96
97 + memory {
98 + device_type = "memory";
99 + reg = <0x80000000 0x10000000>;
100 + };
101 +};
102 +
103 +&blsp1_spi1 {
104 + mx25l25635f@0 {
105 + compatible = "mx25l25635f", "jedec,spi-nor";
106 + #address-cells = <1>;
107 + #size-cells = <1>;
108 + reg = <0>;
109 + spi-max-frequency = <24000000>;
110 +
111 + SBL1@0 {
112 + label = "SBL1";
113 + reg = <0x0 0x40000>;
114 + read-only;
115 + };
116 + MIBIB@40000 {
117 + label = "MIBIB";
118 + reg = <0x40000 0x20000>;
119 + read-only;
120 + };
121 + QSEE@60000 {
122 + label = "QSEE";
123 + reg = <0x60000 0x60000>;
124 + read-only;
125 + };
126 + CDT@c0000 {
127 + label = "CDT";
128 + reg = <0xc0000 0x10000>;
129 + read-only;
130 + };
131 + DDRPARAMS@d0000 {
132 + label = "DDRPARAMS";
133 + reg = <0xd0000 0x10000>;
134 + read-only;
135 + };
136 + APPSBLENV@e0000 {
137 + label = "APPSBLENV";
138 + reg = <0xe0000 0x10000>;
139 + read-only;
140 + };
141 + APPSBL@f0000 {
142 + label = "APPSBL";
143 + reg = <0xf0000 0x80000>;
144 + read-only;
145 + };
146 + ART@170000 {
147 + label = "ART";
148 + reg = <0x170000 0x10000>;
149 + read-only;
150 + };
151 + kernel@180000 {
152 + label = "kernel";
153 + reg = <0x180000 0x400000>;
154 + };
155 + rootfs@580000 {
156 + label = "rootfs";
157 + reg = <0x580000 0x1600000>;
158 + };
159 + firmware@180000 {
160 + label = "firmware";
161 + reg = <0x180000 0x1a00000>;
162 + };
163 + };
164 };