Re: [PATCH v6 2/5] arm64: dts: exynos: add initial devicetree support for exynos7870
From: Krzysztof Kozlowski
Date: Thu May 01 2025 - 06:14:15 EST
On 13/04/2025 20:58, Kaustabh Chakraborty wrote:
> +
> + serial2: serial@13820000 {
> + compatible = "samsung,exynos7870-uart",
> + "samsung,exynos8895-uart";
> + reg = <0x13820000 0x100>;
> + interrupts = <GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>;
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&uart2_bus>;
> +
> + clock-names = "uart", "clk_uart_baud0";
> + clocks = <&cmu_peri CLK_GOUT_PERI_UART2_PCLK>,
> + <&cmu_peri CLK_GOUT_PERI_UART2_EXT_UCLK>;
> +
> + samsung,uart-fifosize = <256>;
> +
> + status = "disabled";
> + };
> +
> +
If there is going to be any resend, drop redundant blank line.
Best regards,
Krzysztof