[PATCH v6 2/5] arm64: dts: exynos: add initial devicetree support for exynos7870
Krzysztof Kozlowski
krzk at kernel.org
Thu May 1 03:14:00 PDT 2025
On 13/04/2025 20:58, Kaustabh Chakraborty wrote:
> +
> + serial2: serial at 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
More information about the linux-arm-kernel
mailing list