Simon Arlott | ec9653b | 2012-05-26 01:04:43 -0600 | [diff] [blame] | 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 | }; |
Stephen Warren | 805504a | 2012-09-27 21:54:21 -0600 | [diff] [blame] | 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 | }; |