mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
27 lines
464 B
Plaintext
27 lines
464 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
&uart0 {
|
|
bt: bluetooth {
|
|
compatible = "brcm,bcm43438-bt";
|
|
max-speed = <3000000>;
|
|
shutdown-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
&uart1 {
|
|
minibt: bluetooth {
|
|
compatible = "brcm,bcm43438-bt";
|
|
max-speed = <460800>;
|
|
shutdown-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
/ {
|
|
__overrides__ {
|
|
krnbt = <&bt>,"status";
|
|
krnbt_baudrate = <&bt>,"max-speed:0";
|
|
};
|
|
};
|