Skip to content

Commit

Permalink
ARM: tegra: cardhu: register UARTC
Browse files Browse the repository at this point in the history
UARTC is used for the interfacing with bluetooth device.
Register this UART channel as high speed serial channel
so that it can use the APB DMA for data transfer.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Laxman Dewangan authored and Stephen Warren committed Jan 28, 2013
1 parent beb0e32 commit ecfd6c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/tegra30-cardhu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
nvidia,slew-rate-rising = <1>;
nvidia,slew-rate-falling = <1>;
};
uart3_txd_pw6 {
nvidia,pins = "uart3_txd_pw6",
"uart3_cts_n_pa1",
"uart3_rts_n_pc0",
"uart3_rxd_pw7";
nvidia,function = "uartc";
nvidia,pull = <0>;
nvidia,tristate = <0>;
};
};
};

Expand All @@ -114,6 +123,12 @@
clock-frequency = <408000000>;
};

serial@70006200 {
compatible = "nvidia,tegra30-hsuart";
status = "okay";
clock-frequency = <408000000>;
};

i2c@7000c000 {
status = "okay";
clock-frequency = <100000>;
Expand Down

0 comments on commit ecfd6c7

Please sign in to comment.