We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6bd12 commit ed93a06Copy full SHA for ed93a06
arch/arm/boot/dts/bcm63178.dtsi
@@ -86,15 +86,17 @@
86
compatible = "simple-bus";
87
#address-cells = <1>;
88
#size-cells = <1>;
89
- ranges = <0 0x81000000 0x4000>;
+ ranges = <0 0x81000000 0x8000>;
90
91
gic: interrupt-controller@1000 {
92
compatible = "arm,cortex-a7-gic";
93
#interrupt-cells = <3>;
94
- #address-cells = <0>;
95
interrupt-controller;
+ interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_HIGH)>;
96
reg = <0x1000 0x1000>,
97
- <0x2000 0x2000>;
+ <0x2000 0x2000>,
98
+ <0x4000 0x2000>,
99
+ <0x6000 0x2000>;
100
};
101
102
0 commit comments