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 device_type = "memory";
21 /* 8250 auxiliary UART instead of pl011 */
22 stdout-path = "serial1:115200n8";
27 gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
31 wifi_pwrseq: wifi-pwrseq {
32 compatible = "mmc-pwrseq-simple";
33 reset-gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
39 * This is based on the official GPU firmware DT blob.
42 * "NC" = not connected (no rail from the SoC)
43 * "FOO" = GPIO line named "FOO" on the schematic
44 * "FOO_N" = GPIO line named "FOO" on schematic, active low
46 gpio-line-names = "ID_SDA",
87 "CAM_GPIO1", /* GPIO40 */
90 "WIFI_CLK", /* GPIO43 */
91 "CAM_GPIO0", /* GPIO44 */
103 pinctrl-0 = <&gpioout &alt0>;
107 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
108 power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
113 #address-cells = <1>;
115 pinctrl-names = "default";
116 pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>;
118 mmc-pwrseq = <&wifi_pwrseq>;
124 compatible = "brcm,bcm4329-fmac";
129 pinctrl-names = "default";
130 pinctrl-0 = <&sdhost_gpio48>;
136 pinctrl-names = "default";
137 pinctrl-0 = <&uart0_gpio32 &uart0_ctsrts_gpio30>;
141 compatible = "brcm,bcm43438-bt";
142 max-speed = <2000000>;
143 shutdown-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
148 pinctrl-names = "default";
149 pinctrl-0 = <&uart1_gpio14>;