3951cc6bae
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>
20 lines
333 B
Plaintext
20 lines
333 B
Plaintext
// 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
|
|
>;
|
|
};
|
|
};
|