Searched +full:r7s72100 +full:- +full:irqc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/renesas,rza1-irqc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Chris Brandt <chris.brandt@renesas.com>11 - Geert Uytterhoeven <geert+renesas@glider.be>14 The RZ/A1 Interrupt Controller is a front-end for the GIC found on Renesas RZ/A1 and16 - IRQ sense select for 8 external interrupts, 1:1-mapped to 8 GIC SPI interrupts,17 - NMI edge select.20 - $ref: /schemas/interrupt-controller.yaml#[all …]
1 // SPDX-License-Identifier: GPL-2.08 /dts-v1/;9 #include "r7s72100.dtsi"10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/input/input.h>12 #include <dt-bindings/pinctrl/r7s72100-pinctrl.h>16 compatible = "renesas,rskrza1", "renesas,r7s72100";24 stdout-path = "serial0:115200n8";33 compatible = "gpio-keys";35 pinctrl-names = "default";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the r7s72100 SoC5 * Copyright (C) 2013-14 Renesas Solutions Corp.6 * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>9 #include <dt-bindings/clock/r7s72100-clock.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>14 compatible = "renesas,r7s72100";15 #address-cells = <1>;16 #size-cells = <1>;[all …]