|
@@ -196,25 +196,32 @@
|
|
|
uart0: uart@b0050000 {
|
|
|
cell-index = <0>;
|
|
|
compatible = "sirf,prima2-uart";
|
|
|
- reg = <0xb0050000 0x10000>;
|
|
|
+ reg = <0xb0050000 0x1000>;
|
|
|
interrupts = <17>;
|
|
|
+ fifosize = <128>;
|
|
|
clocks = <&clks 13>;
|
|
|
+ sirf,uart-dma-rx-channel = <21>;
|
|
|
+ sirf,uart-dma-tx-channel = <2>;
|
|
|
};
|
|
|
|
|
|
uart1: uart@b0060000 {
|
|
|
cell-index = <1>;
|
|
|
compatible = "sirf,prima2-uart";
|
|
|
- reg = <0xb0060000 0x10000>;
|
|
|
+ reg = <0xb0060000 0x1000>;
|
|
|
interrupts = <18>;
|
|
|
+ fifosize = <32>;
|
|
|
clocks = <&clks 14>;
|
|
|
};
|
|
|
|
|
|
uart2: uart@b0070000 {
|
|
|
cell-index = <2>;
|
|
|
compatible = "sirf,prima2-uart";
|
|
|
- reg = <0xb0070000 0x10000>;
|
|
|
+ reg = <0xb0070000 0x1000>;
|
|
|
interrupts = <19>;
|
|
|
+ fifosize = <128>;
|
|
|
clocks = <&clks 15>;
|
|
|
+ sirf,uart-dma-rx-channel = <6>;
|
|
|
+ sirf,uart-dma-tx-channel = <7>;
|
|
|
};
|
|
|
|
|
|
usp0: usp@b0080000 {
|
|
@@ -222,7 +229,10 @@
|
|
|
compatible = "sirf,prima2-usp";
|
|
|
reg = <0xb0080000 0x10000>;
|
|
|
interrupts = <20>;
|
|
|
+ fifosize = <128>;
|
|
|
clocks = <&clks 28>;
|
|
|
+ sirf,usp-dma-rx-channel = <17>;
|
|
|
+ sirf,usp-dma-tx-channel = <18>;
|
|
|
};
|
|
|
|
|
|
usp1: usp@b0090000 {
|
|
@@ -230,7 +240,10 @@
|
|
|
compatible = "sirf,prima2-usp";
|
|
|
reg = <0xb0090000 0x10000>;
|
|
|
interrupts = <21>;
|
|
|
+ fifosize = <128>;
|
|
|
clocks = <&clks 29>;
|
|
|
+ sirf,usp-dma-rx-channel = <14>;
|
|
|
+ sirf,usp-dma-tx-channel = <15>;
|
|
|
};
|
|
|
|
|
|
usp2: usp@b00a0000 {
|
|
@@ -238,7 +251,10 @@
|
|
|
compatible = "sirf,prima2-usp";
|
|
|
reg = <0xb00a0000 0x10000>;
|
|
|
interrupts = <22>;
|
|
|
+ fifosize = <128>;
|
|
|
clocks = <&clks 30>;
|
|
|
+ sirf,usp-dma-rx-channel = <10>;
|
|
|
+ sirf,usp-dma-tx-channel = <11>;
|
|
|
};
|
|
|
|
|
|
dmac0: dma-controller@b00b0000 {
|