ARM: dts: imx7d-sdb: Add Bluetooth support
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 5 Jun 2017 11:17:49 +0000 (08:17 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Jun 2017 15:26:02 +0000 (23:26 +0800)
imx7d-sdb has a BCM4339 BT chip connected to UART6.

Add support for it.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-sdb.dts

index 52e40c1..54c4540 100644 (file)
        status = "okay";
 };
 
+&uart6 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_uart6>;
+       assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
+       assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
+       uart-has-rtscts;
+       status = "okay";
+};
+
 &usbotg1 {
        vbus-supply = <&reg_usb_otg1_vbus>;
        status = "okay";