arm64: dts: exynos: Add UART3 dt node for Exynos5433 SoC
authorBeomho Seo <beomho.seo@samsung.com>
Tue, 17 Feb 2015 02:41:35 +0000 (11:41 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:40:25 +0000 (13:40 +0900)
This patch adds the UART3 devicetree node for Exynos5433 SoC. The UART3 device
is included in AUD_DOMAIN.

Cc: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 49be038..f2d7a39 100644 (file)
                samsung,pin-pud = <1>;
                samsung,pin-drv = <0>;
        };
+
+       uart_aud_bus: uart-aud-bus {
+               samsung,pins = "gpz1-3", "gpz1-2", "gpz1-1", "gpz1-0";
+               samsung,pin-function = <2>;
+               samsung,pin-pud = <0>;
+               samsung,pin-drv = <0>;
+       };
 };
 
 &pinctrl_cpif {
index f4cf7c5..0a56259 100644 (file)
                        status = "disabled";
                };
 
+               serial_3: serial@11460000 {
+                       compatible = "samsung,exynos5433-uart";
+                       reg = <0x11460000 0x100>;
+                       interrupts = <0 67 0>;
+                       clocks = <&cmu_aud CLK_PCLK_AUD_UART>,
+                                <&cmu_aud CLK_SCLK_AUD_UART>;
+                       clock-names = "uart", "clk_uart_baud0";
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&uart_aud_bus>;
+                       status = "disabled";
+               };
+
                i2s0: i2s0@11440000 {
                        compatible = "samsung,exynos7-i2s";
                        reg = <0x11440000 0x100>;