2 * Copyright (C) 2016 Stefan Wahren <stefan.wahren@i2se.com>
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
13 #include "bcm2835.dtsi"
14 #include "bcm2835-rpi.dtsi"
15 #include "bcm283x-rpi-usb-otg.dtsi"
18 compatible = "raspberrypi,model-zero", "brcm,bcm2835";
19 model = "Raspberry Pi Zero";
23 gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
30 * This is based on the official GPU firmware DT blob.
33 * "NC" = not connected (no rail from the SoC)
34 * "FOO" = GPIO line named "FOO" on the schematic
35 * "FOO_N" = GPIO line named "FOO" on schematic, active low
37 gpio-line-names = "SDA0",
70 "CAM_GPIO1", /* GPIO32 */
79 "CAM_GPIO0", /* GPIO41 */
94 pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
98 brcm,pins = <18 19 20 21>;
99 brcm,function = <BCM2835_FSEL_ALT0>;
104 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
108 pinctrl-names = "default";
109 pinctrl-0 = <&uart0_gpio14>;