/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | socionext,uniphier-aidet.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/socionext,uniphier-aidet.yaml# 7 title: UniPhier AIDET 10 UniPhier AIDET (ARM Interrupt Detector) is an add-on block for ARM GIC 12 rising edge interrupts. The AIDET provides logic inverter to support low 24 - socionext,uniphier-ld4-aidet 25 - socionext,uniphier-pro4-aidet 26 - socionext,uniphier-sld8-aidet 27 - socionext,uniphier-pro5-aidet 28 - socionext,uniphier-pxs2-aidet 29 - socionext,uniphier-ld6b-aidet [all …]
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-uniphier-aidet.c | 3 * Driver for UniPhier AIDET (ARM Interrupt Detector) 85 .name = "AIDET", 231 { .compatible = "socionext,uniphier-ld4-aidet" }, 232 { .compatible = "socionext,uniphier-pro4-aidet" }, 233 { .compatible = "socionext,uniphier-sld8-aidet" }, 234 { .compatible = "socionext,uniphier-pro5-aidet" }, 235 { .compatible = "socionext,uniphier-pxs2-aidet" }, 236 { .compatible = "socionext,uniphier-ld11-aidet" }, 237 { .compatible = "socionext,uniphier-ld20-aidet" }, 238 { .compatible = "socionext,uniphier-pxs3-aidet" }, [all …]
|
H A D | Kconfig | 409 bool "UniPhier AIDET support" if COMPILE_TEST 414 Support for the UniPhier AIDET (ARM Interrupt Detector).
|
H A D | Makefile | 89 obj-$(CONFIG_IRQ_UNIPHIER_AIDET) += irq-uniphier-aidet.o
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-ld4.dtsi | 124 interrupt-parent = <&aidet>; 364 aidet: aidet@61830000 { label 365 compatible = "socionext,uniphier-ld4-aidet";
|
H A D | uniphier-sld8.dtsi | 124 interrupt-parent = <&aidet>; 368 aidet: aidet@61830000 { label 369 compatible = "socionext,uniphier-sld8-aidet";
|
H A D | uniphier-pro5.dtsi | 228 interrupt-parent = <&aidet>; 411 aidet: aidet@5fc20000 { label 412 compatible = "socionext,uniphier-pro5-aidet";
|
H A D | uniphier-ld11.dtsi | 188 interrupt-parent = <&aidet>; 560 aidet: aidet@5fc20000 { label 561 compatible = "socionext,uniphier-ld11-aidet";
|
H A D | uniphier-pro4.dtsi | 132 interrupt-parent = <&aidet>; 413 aidet: aidet@5fc20000 { label 414 compatible = "socionext,uniphier-pro4-aidet";
|
H A D | uniphier-pxs2.dtsi | 239 interrupt-parent = <&aidet>; 509 aidet: aidet@5fc20000 { label 510 compatible = "socionext,uniphier-pxs2-aidet";
|
H A D | uniphier-pxs3.dtsi | 216 interrupt-parent = <&aidet>; 456 aidet: aidet@5fc20000 { label 457 compatible = "socionext,uniphier-pxs3-aidet";
|
H A D | uniphier-ld20.dtsi | 318 interrupt-parent = <&aidet>; 661 aidet: aidet@5fc20000 { label 662 compatible = "socionext,uniphier-ld20-aidet";
|
/openbmc/linux/arch/arm/boot/dts/socionext/ |
H A D | uniphier-ld4.dtsi | 128 interrupt-parent = <&aidet>; 390 aidet: interrupt-controller@61830000 { label 391 compatible = "socionext,uniphier-ld4-aidet";
|
H A D | uniphier-sld8.dtsi | 128 interrupt-parent = <&aidet>; 395 aidet: interrupt-controller@61830000 { label 396 compatible = "socionext,uniphier-sld8-aidet";
|
H A D | uniphier-pro5.dtsi | 236 interrupt-parent = <&aidet>; 428 aidet: interrupt-controller@5fc20000 { label 429 compatible = "socionext,uniphier-pro5-aidet";
|
H A D | uniphier-pro4.dtsi | 136 interrupt-parent = <&aidet>; 454 aidet: interrupt-controller@5fc20000 { label 455 compatible = "socionext,uniphier-pro4-aidet";
|
H A D | uniphier-pxs2.dtsi | 249 interrupt-parent = <&aidet>; 529 aidet: interrupt-controller@5fc20000 { label 530 compatible = "socionext,uniphier-pxs2-aidet";
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | socionext,uniphier-gpio.yaml | 93 interrupt-parent = <&aidet>;
|
/openbmc/linux/arch/arm64/boot/dts/socionext/ |
H A D | uniphier-ld11.dtsi | 208 interrupt-parent = <&aidet>; 589 aidet: interrupt-controller@5fc20000 { label 590 compatible = "socionext,uniphier-ld11-aidet";
|
H A D | uniphier-ld20.dtsi | 345 interrupt-parent = <&aidet>; 698 aidet: interrupt-controller@5fc20000 { label 699 compatible = "socionext,uniphier-ld20-aidet";
|
H A D | uniphier-pxs3.dtsi | 274 interrupt-parent = <&aidet>; 524 aidet: interrupt-controller@5fc20000 { label 525 compatible = "socionext,uniphier-pxs3-aidet";
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-uniphier.c | 278 /* parent is UniPhier AIDET */ in uniphier_gpio_irq_domain_alloc()
|
/openbmc/linux/ |
H A D | MAINTAINERS | 2956 F: drivers/irqchip/irq-uniphier-aidet.c
|