arm64: dts: rockchip: Fix Bluetooth on the RockPro64 board

The RockPro64 board has an optional BCM4345C5 Bluetooth device on UART0.

This patch fixes audio stutters by setting its correct max-speed and
compatible properties.

Signed-off-by: Raphaël Jakse <raphael.kernel@jakse.fr>
Link: https://patch.msgid.link/20251130161259.9828-1-raphael.kernel@jakse.fr
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Raphaël Jakse 2025-11-30 17:12:59 +01:00 committed by Heiko Stuebner
parent 1cb0958a26
commit 9c68a9483e
2 changed files with 14 additions and 0 deletions

View File

@ -28,3 +28,10 @@ es8316_p0_0: endpoint {
};
};
};
&uart0 {
bluetooth {
compatible = "brcm,bcm4345c5";
max-speed = <1500000>;
};
};

View File

@ -28,3 +28,10 @@ es8316_p0_0: endpoint {
};
};
};
&uart0 {
bluetooth {
compatible = "brcm,bcm4345c5";
max-speed = <1500000>;
};
};