File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
arch/riscv/boot/dts/sophgo Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 164
164
};
165
165
};
166
166
167
+ &pcie_rc0 {
168
+ reg = <0x70 0x60000000 0x0 0x00800000>,
169
+ <0x40 0x00000000 0x0 0x00001000>;
170
+ linux,pci-domain = <0>;
171
+ bus-range = <0x00 0x3f>;
172
+ vendor-id = <0x1f1c>;
173
+ device-id = <0x2042>;
174
+ status = "okay";
175
+ };
176
+
177
+ &pcie_rc1 {
178
+ reg = <0x70 0x60800000 0x0 0x00800000>,
179
+ <0x44 0x00000000 0x0 0x00001000>;
180
+ linux,pci-domain = <1>;
181
+ bus-range = <0x40 0x7f>;
182
+ vendor-id = <0x1f1c>;
183
+ device-id = <0x2042>;
184
+ status = "okay";
185
+ };
186
+
187
+ &pcie_rc2 {
188
+ reg = <0x70 0x62000000 0x0 0x02000000>,
189
+ <0x48 0x00000000 0x0 0x00001000>;
190
+ linux,pci-domain = <2>;
191
+ bus-range = <0x80 0xff>;
192
+ vendor-id = <0x1f1c>;
193
+ device-id = <0x2042>;
194
+ status = "okay";
195
+ };
196
+
167
197
&pinctrl {
168
198
emmc_cfg: sdhci-emmc-cfg {
169
199
sdhci-emmc-wp-pins {
You can’t perform that action at this time.
0 commit comments