Home
last modified time | relevance | path

Searched +full:rt2880 +full:- +full:intc (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Drt2880.dtsi1 // 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 Dmt7620a.dtsi1 // 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 Drt3050.dtsi1 // 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 Drt3883.dtsi1 // 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 Dmt7628a.dtsi1 // 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 Dralink,rt2880-intc.yaml1 # 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 Dcpu_irq.txt13 - 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 Drt2880-wdt.txt4 - 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 Dralink,rt2880-wdt.yaml1 # 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 Dralink,rt2880-timer.yaml1 # 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 …]