Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / bcm2708-rpi-bt.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2
3 &uart0 {
4         bt: bluetooth {
5                 compatible = "brcm,bcm43438-bt";
6                 max-speed = <3000000>;
7                 shutdown-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
8                 status = "disabled";
9         };
10 };
11
12 &uart1 {
13         minibt: bluetooth {
14                 compatible = "brcm,bcm43438-bt";
15                 max-speed = <460800>;
16                 shutdown-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
17                 status = "disabled";
18         };
19 };
20
21 / {
22         __overrides__ {
23                 krnbt = <&bt>,"status";
24                 krnbt_baudrate = <&bt>,"max-speed:0";
25         };
26 };