1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2835.dtsi"
4 #include "bcm2835-rpi.dtsi"
5 #include "bcm283x-rpi-smsc9512.dtsi"
6 #include "bcm283x-rpi-usb-host.dtsi"
9 compatible = "raspberrypi,model-b", "brcm,bcm2835";
10 model = "Raspberry Pi Model B";
14 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
21 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
25 * "NC" = not connected (no rail from the SoC)
26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
29 gpio-line-names = "SDA0",
86 pinctrl-0 = <&gpioout &alt0>;
90 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
94 pinctrl-names = "default";
95 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&uart0_gpio14>;