Commit 1b9c7b2d authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Wei Xu

arm64: dts: set UART1 clock frequency to 150MHz

Enable support for higher baud rates (up to 3Mbps) in UART1 - required
for bluetooth transfers.
Signed-off-by: default avatarJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Tested-by: default avatarJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Reviewed-by: default avatarMichael Turquette <mturquette@baylibre.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 29b4817d
......@@ -55,6 +55,8 @@ i2c1: i2c@f7101000 {
};
uart1: uart@f7111000 {
assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
assigned-clock-rates = <150000000>;
status = "ok";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment