diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-06-05 08:17:49 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-06-05 23:26:02 +0800 |
commit | 3229f83bd8baf7bdbe8056e468743fdcba492e28 (patch) | |
tree | 0492fecb82bef8665728fd6f4026c866c7604577 /arch/arm/boot | |
parent | 6e823e9720b7e2aa36138bc776001069df851e13 (diff) | |
download | blackbird-op-linux-3229f83bd8baf7bdbe8056e468743fdcba492e28.tar.gz blackbird-op-linux-3229f83bd8baf7bdbe8056e468743fdcba492e28.zip |
ARM: dts: imx7d-sdb: Add Bluetooth support
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 52e40c1d8d40..54c45402286b 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -370,6 +370,15 @@ 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 = <®_usb_otg1_vbus>; status = "okay"; |