12345678910111213141516171819 |
- // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
- /*
- * Copyright (C) 2021 PHYTEC Messtechnik GmbH
- * Author: Yunus Bas <[email protected]>
- */
- #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
- >;
- };
- };
|