Simon Arlott | ec9653b | 2012-05-26 01:04:43 -0600 | [diff] [blame] | 1 | /include/ "skeleton.dtsi" |
| 2 | |
| 3 | / { |
| 4 | compatible = "brcm,bcm2835"; |
| 5 | model = "BCM2835"; |
Simon Arlott | 89214f0 | 2012-09-12 19:57:26 -0600 | [diff] [blame^] | 6 | interrupt-parent = <&intc>; |
Simon Arlott | ec9653b | 2012-05-26 01:04:43 -0600 | [diff] [blame] | 7 | |
| 8 | chosen { |
| 9 | bootargs = "earlyprintk"; |
| 10 | }; |
| 11 | |
| 12 | soc { |
| 13 | compatible = "simple-bus"; |
| 14 | #address-cells = <1>; |
| 15 | #size-cells = <1>; |
| 16 | ranges = <0x7e000000 0x20000000 0x02000000>; |
Simon Arlott | 89214f0 | 2012-09-12 19:57:26 -0600 | [diff] [blame^] | 17 | |
| 18 | intc: interrupt-controller { |
| 19 | compatible = "brcm,bcm2835-armctrl-ic"; |
| 20 | reg = <0x7e00b200 0x200>; |
| 21 | interrupt-controller; |
| 22 | #interrupt-cells = <2>; |
| 23 | }; |
Simon Arlott | ec9653b | 2012-05-26 01:04:43 -0600 | [diff] [blame] | 24 | }; |
| 25 | }; |