1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2835.dtsi"
4 #include "bcm2835-rpi.dtsi"
5 #include "bcm283x-rpi-smsc9514.dtsi"
6 #include "bcm283x-rpi-usb-host.dtsi"
9 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
10 model = "Raspberry Pi Model B+";
14 gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
19 gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
20 default-state = "keep";
21 linux,default-trigger = "default-on";
28 * Taken from Raspberry-Pi-B-Plus-V1.2-Schematics.pdf
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 = "SDA0",
68 "LAN_RUN", /* GPIO31 */
69 "CAM_GPIO1", /* GPIO32 */
72 "PWR_LOW_N", /* GPIO35 */
75 "USB_LIMIT", /* GPIO38 */
77 "PWM0_OUT", /* GPIO40 */
78 "CAM_GPIO0", /* GPIO41 */
81 "ETHCLK", /* GPIO44 */
82 "PWM1_OUT", /* GPIO45 */
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>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45>;
113 pinctrl-names = "default";
114 pinctrl-0 = <&uart0_gpio14>;