File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 266
266
status = "disabled";
267
267
};
268
268
269
- dma-controller@1fe00c20 {
269
+ apbdma2: dma-controller@1fe00c20 {
270
270
compatible = "loongson,ls2k1000-apbdma";
271
271
reg = <0x0 0x1fe00c20 0x0 0x8>;
272
272
interrupt-parent = <&liointc1>;
276
276
status = "disabled";
277
277
};
278
278
279
- dma-controller@1fe00c30 {
279
+ apbdma3: dma-controller@1fe00c30 {
280
280
compatible = "loongson,ls2k1000-apbdma";
281
281
reg = <0x0 0x1fe00c30 0x0 0x8>;
282
282
interrupt-parent = <&liointc1>;
352
352
status = "disabled";
353
353
};
354
354
355
+ i2s: i2s@1fe2d000 {
356
+ compatible = "loongson,ls2k1000-i2s";
357
+ reg = <0 0x1fe2d000 0 0x14>,
358
+ <0 0x1fe00438 0 0x8>;
359
+ interrupt-parent = <&liointc0>;
360
+ interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
361
+ clocks = <&clk LOONGSON2_APB_CLK>;
362
+ dmas = <&apbdma2 0>, <&apbdma3 0>;
363
+ dma-names = "tx", "rx";
364
+ #sound-dai-cells = <0>;
365
+ status = "disabled";
366
+ };
367
+
355
368
spi0: spi@1fff0220 {
356
369
compatible = "loongson,ls2k1000-spi";
357
370
reg = <0x0 0x1fff0220 0x0 0x10>;
You can’t perform that action at this time.
0 commit comments