1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2017 Stefan Wahren <stefan.wahren@i2se.com>
7 #include "bcm2835.dtsi"
8 #include "bcm2835-rpi.dtsi"
9 #include "bcm283x-rpi-usb-otg.dtsi"
12 compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
13 model = "Raspberry Pi Zero W";
16 /* 8250 auxiliary UART instead of pl011 */
17 stdout-path = "serial1:115200n8";
22 gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
26 wifi_pwrseq: wifi-pwrseq {
27 compatible = "mmc-pwrseq-simple";
28 reset-gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
34 * This is based on the official GPU firmware DT blob.
37 * "NC" = not connected (no rail from the SoC)
38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
41 gpio-line-names = "ID_SDA",
82 "CAM_GPIO1", /* GPIO40 */
85 "WIFI_CLK", /* GPIO43 */
86 "CAM_GPIO0", /* GPIO44 */
98 pinctrl-0 = <&gpioout &alt0>;
102 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
106 #address-cells = <1>;
108 pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>;
109 mmc-pwrseq = <&wifi_pwrseq>;
115 compatible = "brcm,bcm4329-fmac";
120 pinctrl-names = "default";
121 pinctrl-0 = <&uart0_gpio32 &uart0_ctsrts_gpio30>;
125 compatible = "brcm,bcm43438-bt";
126 max-speed = <2000000>;
127 shutdown-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
132 pinctrl-names = "default";
133 pinctrl-0 = <&uart1_gpio14>;