mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth
Enable lpuart5 for Bluetooth support. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
5f93cce741
commit
722094c436
|
|
@ -25,6 +25,7 @@ aliases {
|
|||
mmc1 = &usdhc2;
|
||||
rtc0 = &bbnsm_rtc;
|
||||
serial0 = &lpuart1;
|
||||
serial4 = &lpuart5;
|
||||
};
|
||||
|
||||
bt_sco_codec: bt-sco-codec {
|
||||
|
|
@ -400,6 +401,17 @@ &lpuart1 { /* console */
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&lpuart5 {
|
||||
/* BT */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart5>;
|
||||
status = "okay";
|
||||
|
||||
bluetooth {
|
||||
compatible = "nxp,88w8987-bt";
|
||||
};
|
||||
};
|
||||
|
||||
&mu1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user