2 #include "bcm2835.dtsi"
3 #include "bcm2835-rpi.dtsi"
4 #include "bcm283x-rpi-usb-host.dtsi"
7 compatible = "raspberrypi,model-a", "brcm,bcm2835";
8 model = "Raspberry Pi Model A";
19 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
23 * "NC" = not connected (no rail from the SoC)
24 * "FOO" = GPIO line named "FOO" on the schematic
25 * "FOO_N" = GPIO line named "FOO" on schematic, active low
27 gpio-line-names = "SDA0",
56 /* Binary number representing build/revision */
85 pinctrl-0 = <&gpioout &alt0 &i2s_alt2>;
89 brcm,pins = <28 29 30 31>;
90 brcm,function = <BCM2835_FSEL_ALT2>;
95 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&uart0_gpio14>;