]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/bcm2835.dtsi
ARM: bcm2835: add interrupt controller driver
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / bcm2835.dtsi
CommitLineData
ec9653b8
SA
1/include/ "skeleton.dtsi"
2
3/ {
4 compatible = "brcm,bcm2835";
5 model = "BCM2835";
89214f00 6 interrupt-parent = <&intc>;
ec9653b8
SA
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>;
89214f00
SA
17
18 intc: interrupt-controller {
19 compatible = "brcm,bcm2835-armctrl-ic";
20 reg = <0x7e00b200 0x200>;
21 interrupt-controller;
22 #interrupt-cells = <2>;
23 };
ec9653b8
SA
24 };
25};