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
|
||
|
>;
|
||
|
};
|
||
|
};
|