summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx7d-sdb.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-06-05 08:17:49 -0300
committerShawn Guo <shawnguo@kernel.org>2017-06-05 23:26:02 +0800
commit3229f83bd8baf7bdbe8056e468743fdcba492e28 (patch)
tree0492fecb82bef8665728fd6f4026c866c7604577 /arch/arm/boot/dts/imx7d-sdb.dts
parent6e823e9720b7e2aa36138bc776001069df851e13 (diff)
downloadop-kernel-dev-3229f83bd8baf7bdbe8056e468743fdcba492e28.zip
op-kernel-dev-3229f83bd8baf7bdbe8056e468743fdcba492e28.tar.gz
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/dts/imx7d-sdb.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-sdb.dts9
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 52e40c1..54c4540 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 = <&reg_usb_otg1_vbus>;
status = "okay";
OpenPOWER on IntegriCloud