2 #include "bcm2835.dtsi"
3 #include "bcm2835-rpi.dtsi"
4 #include "bcm283x-rpi-smsc9514.dtsi"
5 #include "bcm283x-rpi-usb-host.dtsi"
8 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
9 model = "Raspberry Pi Model B+";
19 default-state = "keep";
20 linux,default-trigger = "default-on";
27 * Taken from Raspberry-Pi-B-Plus-V1.2-Schematics.pdf
31 * "NC" = not connected (no rail from the SoC)
32 * "FOO" = GPIO line named "FOO" on the schematic
33 * "FOO_N" = GPIO line named "FOO" on schematic, active low
35 gpio-line-names = "SDA0",
67 "LAN_RUN", /* GPIO31 */
68 "CAM_GPIO1", /* GPIO32 */
71 "PWR_LOW_N", /* GPIO35 */
74 "USB_LIMIT", /* GPIO38 */
76 "PWM0_OUT", /* GPIO40 */
77 "CAM_GPIO0", /* GPIO41 */
80 "ETHCLK", /* GPIO44 */
81 "PWM1_OUT", /* GPIO45 */
92 pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
96 brcm,pins = <18 19 20 21>;
97 brcm,function = <BCM2835_FSEL_ALT0>;
102 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
106 pinctrl-names = "default";
107 pinctrl-0 = <&uart0_gpio14>;