~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-mira-peb-wlbt-05.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*
  3  * Copyright (C) 2021 PHYTEC Messtechnik GmbH
  4  * Author: Yunus Bas <y.bas@phytec.de>
  5  */
  6 
  7 #include <dt-bindings/gpio/gpio.h>
  8 #include <dt-bindings/interrupt-controller/irq.h>
  9 
 10 / {
 11         reg_wl_en: regulator-wl-en {
 12                 compatible = "regulator-fixed";
 13                 regulator-name = "wlan_en";
 14                 regulator-min-microvolt = <3300000>;
 15                 regulator-max-microvolt = <3300000>;
 16                 pinctrl-names = "default";
 17                 pinctrl-0 = <&pinctrl_wl>;
 18                 gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>;
 19                 enable-active-high;
 20                 startup-delay-us = <100>;
 21                 status = "disabled";
 22         };
 23 };
 24 
 25 &uart3 {
 26         pinctrl-names = "default";
 27         pinctrl-0 = <&pinctrl_uart3_bt>;
 28         uart-has-rtscts;
 29 
 30         bluetooth {
 31                 compatible = "brcm,bcm43438-bt";
 32                 shutdown-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
 33                 device-wakeup-gpios = <&gpio7 1 GPIO_ACTIVE_HIGH>;
 34                 host-wakeup-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH>;
 35                 status = "disabled";
 36         };
 37 };
 38 
 39 &usdhc3 {
 40         #address-cells = <1>;
 41         #size-cells = <0>;
 42         pinctrl-names = "default";
 43         pinctrl-0 = <&pinctrl_usdhc3_wl>;
 44         vmmc-supply = <&reg_wl_en>;
 45         bus-width = <4>;
 46         non-removable;
 47         no-1-8-v;
 48         status = "disabled";
 49 
 50         brmcf: wifi@1 {
 51                 compatible = "brcm,bcm4329-fmac";
 52                 reg = <1>;
 53         };
 54 };
 55 
 56 &iomuxc {
 57         pinctrl_uart3_bt: uart3grp-bt {
 58                 fsl,pins = <
 59                         MX6QDL_PAD_EIM_D25__UART3_RX_DATA       0x1b0b1
 60                         MX6QDL_PAD_EIM_D24__UART3_TX_DATA       0x1b0b1
 61                         MX6QDL_PAD_EIM_EB3__UART3_RTS_B         0x1b0b1
 62                         MX6QDL_PAD_EIM_D23__UART3_CTS_B         0x1b0b1
 63                         MX6QDL_PAD_SD3_DAT5__GPIO7_IO00         0xb0b1  /* BT ENABLE */
 64                         MX6QDL_PAD_SD3_DAT4__GPIO7_IO01         0xb0b1  /* DEV WAKEUP */
 65                         MX6QDL_PAD_CSI0_DAT8__GPIO5_IO26        0xb0b1  /* HOST WAKEUP */
 66                 >;
 67         };
 68 
 69         pinctrl_usdhc3_wl: usdhc3grp-wl {
 70                 fsl,pins = <
 71                         MX6QDL_PAD_SD3_CMD__SD3_CMD             0x17059
 72                         MX6QDL_PAD_SD3_CLK__SD3_CLK             0x10059
 73                         MX6QDL_PAD_SD3_DAT0__SD3_DATA0          0x17059
 74                         MX6QDL_PAD_SD3_DAT1__SD3_DATA1          0x17059
 75                         MX6QDL_PAD_SD3_DAT2__SD3_DATA2          0x17059
 76                         MX6QDL_PAD_SD3_DAT3__SD3_DATA3          0x17059
 77                 >;
 78         };
 79 
 80         pinctrl_wl: wlgrp {
 81                 fsl,pins = <
 82                         MX6QDL_PAD_EIM_A25__GPIO5_IO02      0xb0b1      /* WLAN ENABLE */
 83                 >;
 84         };
 85 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php