Searched +full:rt2880 +full:- +full:intc (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/src/mips/ralink/ |
H A D | rt2880.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #address-cells = <1>; 4 #size-cells = <1>; 5 compatible = "ralink,rt2880-soc"; 14 #address-cells = <0>; 15 #interrupt-cells = <1>; 16 interrupt-controller; 17 compatible = "mti,cpu-interrupt-controller"; 25 #address-cells = <1>; 26 #size-cells = <1>; [all …]
|
H A D | mt7620a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #address-cells = <1>; 4 #size-cells = <1>; 5 compatible = "ralink,mtk7620a-soc"; 14 #address-cells = <0>; 15 #interrupt-cells = <1>; 16 interrupt-controller; 17 compatible = "mti,cpu-interrupt-controller"; 25 #address-cells = <1>; 26 #size-cells = <1>; [all …]
|
H A D | rt3050.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #address-cells = <1>; 4 #size-cells = <1>; 5 compatible = "ralink,rt3050-soc", "ralink,rt3052-soc", "ralink,rt3350-soc"; 14 #address-cells = <0>; 15 #interrupt-cells = <1>; 16 interrupt-controller; 17 compatible = "mti,cpu-interrupt-controller"; 25 #address-cells = <1>; 26 #size-cells = <1>; [all …]
|
H A D | rt3883.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #address-cells = <1>; 4 #size-cells = <1>; 5 compatible = "ralink,rt3883-soc"; 14 #address-cells = <0>; 15 #interrupt-cells = <1>; 16 interrupt-controller; 17 compatible = "mti,cpu-interrupt-controller"; 25 #address-cells = <1>; 26 #size-cells = <1>; [all …]
|
H A D | mt7628a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #address-cells = <1>; 5 #size-cells = <1>; 6 compatible = "ralink,mt7628a-soc"; 9 #address-cells = <1>; 10 #size-cells = <0>; 19 resetc: reset-controller { 20 compatible = "ralink,rt2880-reset"; 21 #reset-cells = <1>; 24 cpuintc: interrupt-controller { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | ralink,rt2880-intc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/ralink,rt2880-intc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 13 - $ref: /schemas/interrupt-controller.yaml# 21 const: ralink,rt2880-intc 29 interrupt-controller: true 31 '#interrupt-cells': 35 - compatible [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mips/ |
H A D | cpu_irq.txt | 13 - compatible : Should be "mti,cpu-interrupt-controller" 16 cpu-irq: cpu-irq { 17 #address-cells = <0>; 19 interrupt-controller; 20 #interrupt-cells = <1>; 22 compatible = "mti,cpu-interrupt-controller"; 25 intc: intc@200 { 26 compatible = "ralink,rt2880-intc"; 29 interrupt-controller; 30 #interrupt-cells = <1>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | rt2880-wdt.txt | 4 - compatible: must be "ralink,rt2880-wdt" 5 - reg: physical base address of the controller and length of the register range 8 - interrupts: Specify the INTC interrupt number 13 compatible = "ralink,rt2880-wdt"; 16 interrupt-parent = <&intc>;
|
H A D | ralink,rt2880-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/watchdog/ralink,rt2880-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 13 - $ref: watchdog.yaml# 17 const: ralink,rt2880-wdt 32 - compatible 33 - reg 38 - | [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | ralink,rt2880-timer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/ralink,rt2880-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 14 const: ralink,rt2880-timer 26 - compatible 27 - reg 28 - clocks 29 - interrupts [all …]
|