aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm2708-rpi-bt.dtsi
blob: a18f80af97d3249ac63ec9c9cb96d83fdfd2e06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 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";
	};
};