forked from Ivasoft/openwrt
ramips: update i2s dtsi files
Signed-off-by: Michael Lee <igvtee@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
9ff8928bb9
commit
921d782eb7
@@ -182,6 +182,26 @@
|
||||
pinctrl-0 = <&i2c_pins>;
|
||||
};
|
||||
|
||||
i2s@a00 {
|
||||
compatible = "ralink,rt3883-i2s";
|
||||
reg = <0xa00 0x100>;
|
||||
|
||||
resets = <&rstctrl 17>;
|
||||
reset-names = "i2s";
|
||||
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <10>;
|
||||
|
||||
txdma-req = <2>;
|
||||
rxdma-req = <3>;
|
||||
|
||||
dmas = <&gdma 4>,
|
||||
<&gdma 6>;
|
||||
dma-names = "tx", "rx";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi0: spi@b00 {
|
||||
compatible = "ralink,rt3883-spi", "ralink,rt2880-spi";
|
||||
reg = <0xb00 0x40>;
|
||||
|
||||
Reference in New Issue
Block a user