regulator-name = "irda_regulator";
};
- rfkill-bcm {
- compatible = "brcm,bcm4358";
- rfkill-name = "bcm4358-bt";
- rfkill-type = <2>;
- shutdown-gpios = <&gpd4 0 GPIO_ACTIVE_HIGH>;
- wake-gpios = <&gpr3 7 GPIO_ACTIVE_HIGH>;
- host-wake-gpios = <&gpa2 2 GPIO_ACTIVE_HIGH>;
- clocks = <&s2mps13_osc S2MPS11_CLK_BT>;
- clock-names = "clk32k";
- };
-
sound {
compatible = "samsung,tm2-audio";
audio-codec = <&wm5110>, <&hdmi>;
&serial_3 {
status = "okay";
+
+ bluetooth {
+ compatible = "brcm,bcm43438-bt";
+ max-speed = <3000000>;
+ shutdown-gpios = <&gpd4 0 GPIO_ACTIVE_HIGH>;
+ device-wakeup-gpios = <&gpr3 7 GPIO_ACTIVE_HIGH>;
+ host-wakeup-gpios = <&gpa2 2 GPIO_ACTIVE_HIGH>;
+ clocks = <&s2mps13_osc S2MPS11_CLK_BT>;
+ clock-names = "extclk";
+ };
};
&spi_0 {