Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eebb750 authored by Vanessa Maegima's avatar Vanessa Maegima Committed by Shawn Guo
Browse files

ARM: dts: imx6ul-pico-hobbit: Add Wifi support



imx6ul-pico-hobbit has a bcm4343 wifi chip connected to usdhc2 port.

Add support for it.

Signed-off-by: default avatarVanessa Maegima <vanessa.maegima@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 942526c3
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
@@ -100,6 +100,18 @@
		gpio = <&gpio1 6 0>;
		gpio = <&gpio1 6 0>;
	};
	};


	reg_brcm: regulator-brcm {
		compatible = "regulator-fixed";
		enable-active-high;
		gpio = <&gpio4 8 GPIO_ACTIVE_HIGH>;
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_brcm_reg>;
		regulator-name = "brcm_reg";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		startup-delay-us = <200000>;
	};

	sound {
	sound {
		compatible = "fsl,imx-audio-sgtl5000";
		compatible = "fsl,imx-audio-sgtl5000";
		model = "imx6ul-sgtl5000";
		model = "imx6ul-sgtl5000";
@@ -325,12 +337,21 @@
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_usdhc2>;
	pinctrl-0 = <&pinctrl_usdhc2>;
	no-1-8-v;
	no-1-8-v;
	non-removable;
	keep-power-in-suspend;
	keep-power-in-suspend;
	wakeup-source;
	wakeup-source;
	vmmc-supply = <&reg_brcm>;
	status = "okay";
	status = "okay";
};
};


&iomuxc {
&iomuxc {
	pinctrl_brcm_reg: brcmreggrp {
		fsl,pins = <
			MX6UL_PAD_NAND_DATA06__GPIO4_IO08	0x10b0	/* WL_REG_ON */
			MX6UL_PAD_NAND_DATA04__GPIO4_IO06	0x10b0	/* WL_HOST_WAKE */
		>;
	};

	pinctrl_enet2: enet2grp {
	pinctrl_enet2: enet2grp {
		fsl,pins = <
		fsl,pins = <
			MX6UL_PAD_ENET1_TX_DATA1__ENET2_MDIO	0x1b0b0
			MX6UL_PAD_ENET1_TX_DATA1__ENET2_MDIO	0x1b0b0