diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-04-20 18:44:52 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-04-20 18:44:52 +0000 |
| commit | 29087c4e73c74afd082d107f4cdd648f5c3169ec (patch) | |
| tree | 64e25ca30c2072519bf087c4f6d56b46644e62d2 /src/arm/bcm2837.dtsi | |
| parent | 16ae49e2bea5badc71c2265966ec2a9b0ba541dc (diff) | |
Notes
Diffstat (limited to 'src/arm/bcm2837.dtsi')
| -rw-r--r-- | src/arm/bcm2837.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/arm/bcm2837.dtsi b/src/arm/bcm2837.dtsi index bc1cca5cf43c4..7704bb029605e 100644 --- a/src/arm/bcm2837.dtsi +++ b/src/arm/bcm2837.dtsi @@ -8,11 +8,11 @@ <0x40000000 0x40000000 0x00001000>; dma-ranges = <0xc0000000 0x00000000 0x3f000000>; - local_intc: local_intc { + local_intc: local_intc@40000000 { compatible = "brcm,bcm2836-l1-intc"; reg = <0x40000000 0x100>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; interrupt-parent = <&local_intc>; }; }; @@ -20,10 +20,10 @@ timer { compatible = "arm,armv7-timer"; interrupt-parent = <&local_intc>; - interrupts = <0>, // PHYS_SECURE_PPI - <1>, // PHYS_NONSECURE_PPI - <3>, // VIRT_PPI - <2>; // HYP_PPI + interrupts = <0 IRQ_TYPE_LEVEL_HIGH>, // PHYS_SECURE_PPI + <1 IRQ_TYPE_LEVEL_HIGH>, // PHYS_NONSECURE_PPI + <3 IRQ_TYPE_LEVEL_HIGH>, // VIRT_PPI + <2 IRQ_TYPE_LEVEL_HIGH>; // HYP_PPI always-on; }; @@ -73,7 +73,7 @@ compatible = "brcm,bcm2836-armctrl-ic"; reg = <0x7e00b200 0x200>; interrupt-parent = <&local_intc>; - interrupts = <8>; + interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; }; &cpu_thermal { |
