1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (C) 2020 Manivannan Sadhasivam
7 #include "stm32mp157a-stinger96.dtsi"
10 model = "Shiratech STM32MP157A IoT Box";
11 compatible = "shiratech,stm32mp157a-iot-box", "st,stm32mp157";
13 wlan_pwr: regulator-wlan {
14 compatible = "regulator-fixed";
16 regulator-name = "wl-reg";
17 regulator-min-microvolt = <3300000>;
18 regulator-max-microvolt = <3300000>;
20 gpios = <&gpiog 3 GPIO_ACTIVE_HIGH>;
27 compatible = "ams,ccs811";
29 wakeup-gpios = <&gpioa 12 GPIO_ACTIVE_LOW>;
30 reset-gpios = <&gpioa 11 GPIO_ACTIVE_LOW>;
36 pinctrl-names = "default", "opendrain", "sleep";
37 pinctrl-0 = <&sdmmc2_b4_pins_a>;
38 pinctrl-1 = <&sdmmc2_b4_od_pins_b>;
39 pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
44 vmmc-supply = <&wlan_pwr>;
51 compatible = "brcm,bcm4329-fmac";
57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
58 /delete-property/st,hw-flow-ctrl;
59 cts-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
60 rts-gpios = <&gpiob 0 GPIO_ACTIVE_LOW>;
64 shutdown-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>;
65 compatible = "brcm,bcm43438-bt";