Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm2835-rpi-b.dts
1 /dts-v1/;
2 /memreserve/ 0x0c000000 0x04000000;
3 /include/ "bcm2835.dtsi"
4
5 / {
6         compatible = "raspberrypi,model-b", "brcm,bcm2835";
7         model = "Raspberry Pi Model B";
8
9         memory {
10                 reg = <0 0x10000000>;
11         };
12 };
13
14 &gpio {
15         pinctrl-names = "default";
16         pinctrl-0 = <&alt0 &alt3>;
17
18         alt0: alt0 {
19                 brcm,pins = <0 1 2 3 4 5 6 7 8 9 10 11 14 15 40 45>;
20                 brcm,function = <4>; /* alt0 */
21         };
22
23         alt3: alt3 {
24                 brcm,pins = <48 49 50 51 52 53>;
25                 brcm,function = <7>; /* alt3 */
26         };
27 };