From 1c777e3999c4a55cc923533bfd2e69263c22dec8 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Sun, 12 Jul 2020 10:58:11 +0800 Subject: MLK-24390 ARM: dts: Add the missing wifi dts file for imx6ulz lite evk The dts file for WIFI support on i.MX6ULZ Lite is missed, so add it. Signed-off-by: Jacky Bai Reviewed-by: Anson Huang --- arch/arm/boot/dts/imx6ulz-lite-evk-btwifi-oob.dts | 22 ++++++++++++++++++++++ arch/arm/boot/dts/imx6ulz-lite-evk-btwifi.dts | 10 ++++++++++ 2 files changed, 32 insertions(+) create mode 100644 arch/arm/boot/dts/imx6ulz-lite-evk-btwifi-oob.dts create mode 100644 arch/arm/boot/dts/imx6ulz-lite-evk-btwifi.dts diff --git a/arch/arm/boot/dts/imx6ulz-lite-evk-btwifi-oob.dts b/arch/arm/boot/dts/imx6ulz-lite-evk-btwifi-oob.dts new file mode 100644 index 000000000000..e7ddeaa2a16d --- /dev/null +++ b/arch/arm/boot/dts/imx6ulz-lite-evk-btwifi-oob.dts @@ -0,0 +1,22 @@ +/* + * Copyright 2020 NXP + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "imx6ulz-lite-evk-btwifi.dts" + +&pinctrl_wifi { + fsl,pins = < + /* MUXing for WL_HOST_WAKE */ + MX6UL_PAD_ENET2_RX_ER__GPIO2_IO15 0x13041 + >; +}; + +&brcmf { + interrupt-parent = <&gpio2>; + interrupts = <15 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "host-wake"; +}; diff --git a/arch/arm/boot/dts/imx6ulz-lite-evk-btwifi.dts b/arch/arm/boot/dts/imx6ulz-lite-evk-btwifi.dts new file mode 100644 index 000000000000..98f498ae4655 --- /dev/null +++ b/arch/arm/boot/dts/imx6ulz-lite-evk-btwifi.dts @@ -0,0 +1,10 @@ +/* + * Copyright 2020 NXP + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "imx6ulz-lite-evk.dts" +#include "imx6ul-evk-btwifi.dtsi" -- cgit v1.2.3