diff options
author | Yunus Bas <y.bas@phytec.de> | 2021-12-16 11:41:07 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-17 05:43:55 +0300 |
commit | 3951cc6bae4cd252a2efec5bad5d30265d525e0f (patch) | |
tree | 3f74f38cdd16c8a3f57e986e57c85d89a38a1516 /arch/arm/boot/dts/imx6ull-phytec-segin-peb-wlbt-05.dtsi | |
parent | d3af422c0587f55f9d9d3375bf6bb61bea53f014 (diff) | |
download | linux-3951cc6bae4cd252a2efec5bad5d30265d525e0f.tar.xz |
ARM: dts: imx6: phytec: Add PEB-WLBT-05 support
The PEB-WLBT-05 is equipped with a Sterling-LWB radio module, which is
capable of Wi-Fi 802.11 b/g/n and Bluetooth 4.2.
Signed-off-by: Yunus Bas <y.bas@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-phytec-segin-peb-wlbt-05.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-phytec-segin-peb-wlbt-05.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-phytec-segin-peb-wlbt-05.dtsi b/arch/arm/boot/dts/imx6ull-phytec-segin-peb-wlbt-05.dtsi new file mode 100644 index 000000000000..df25814a3371 --- /dev/null +++ b/arch/arm/boot/dts/imx6ull-phytec-segin-peb-wlbt-05.dtsi @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2021 PHYTEC Messtechnik GmbH + * Author: Yunus Bas <y.bas@phytec.de> + */ + +#include "imx6ul-phytec-segin-peb-wlbt-05.dtsi" + +&iomuxc { + /delete-node/ wlgrp; +}; + +&iomuxc_snvs { + pinctrl_wl: wlgrp { + fsl,pins = < + MX6ULL_PAD_SNVS_TAMPER9__GPIO5_IO09 0x3031 + >; + }; +}; |