hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi
....@@ -6,14 +6,14 @@
66
77 / {
88 gic: interrupt-controller@2c001000 {
9
- compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
9
+ compatible = "arm,gic-400", "arm,cortex-a15-gic";
1010 #interrupt-cells = <3>;
11
- #address-cells = <2>;
11
+ #address-cells = <1>;
1212 interrupt-controller;
1313 reg = <0x0 0x2c001000 0 0x1000>,
1414 <0x0 0x2c002000 0 0x2000>,
1515 <0x0 0x2c004000 0 0x2000>,
1616 <0x0 0x2c006000 0 0x2000>;
17
- interrupts = <1 9 0xf04>;
17
+ interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
1818 };
1919 };