ARM: tegra: cardhu: register UARTC
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 16 Jan 2013 13:06:12 +0000 (18:36 +0530)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 18:24:08 +0000 (11:24 -0700)
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>
arch/arm/boot/dts/tegra30-cardhu.dtsi

index bdb2a660f37643deb8ea6501d51e14b8754fd608..ff6b68fe08af14211032dbb1cbf290e34ee37b90 100644 (file)
                                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>;
+                       };
                };
        };
 
                clock-frequency = <408000000>;
        };
 
+       serial@70006200 {
+               compatible = "nvidia,tegra30-hsuart";
+               status = "okay";
+               clock-frequency = <408000000>;
+       };
+
        i2c@7000c000 {
                status = "okay";
                clock-frequency = <100000>;