1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2016 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", "brcm,bcm2835";
13 model = "Raspberry Pi Zero";
16 device_type = "memory";
22 gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
29 * This is based on the official GPU firmware DT blob.
32 * "NC" = not connected (no rail from the SoC)
33 * "FOO" = GPIO line named "FOO" on the schematic
34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
36 gpio-line-names = "ID_SDA",
69 "CAM_GPIO1", /* GPIO32 */
78 "CAM_GPIO0", /* GPIO41 */
93 pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
97 brcm,pins = <18 19 20 21>;
98 brcm,function = <BCM2835_FSEL_ALT0>;
103 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
104 power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
109 pinctrl-names = "default";
110 pinctrl-0 = <&sdhost_gpio48>;
116 pinctrl-names = "default";
117 pinctrl-0 = <&uart0_gpio14>;