Home
last modified time | relevance | path

Searched +full:arc700 +full:- +full:intc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,arc700-intc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/snps,arc700-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARC700 incore Interrupt Controller
10 - Vineet Gupta <vgupta@kernel.org>
14 to ARC700 core.
16 intc accessed via the special ARC AUX register interface, hence "reg" property
21 const: snps,arc700-intc
23 interrupt-controller: true
[all …]
H A Dsnps,arc700-intc.txt1 * ARC700 incore Interrupt Controller
4 to ARC700 core.
8 - compatible: "snps,arc700-intc"
9 - interrupt-controller: This is an interrupt controller.
10 - #interrupt-cells: Must be <1>.
15 intc accessed via the special ARC AUX register interface, hence "reg" property
20 intc: interrupt-controller {
21 compatible = "snps,arc700-intc";
22 interrupt-controller;
23 #interrupt-cells = <1>;
/freebsd/sys/contrib/device-tree/src/arc/
H A Daxc001.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
15 #address-cells = <2>;
16 #size-cells = <2>;
19 compatible = "simple-bus";
20 #address-cells = <1>;
21 #size-cells = <1>;
26 #clock-cells = <0>;
27 compatible = "fixed-clock";
28 clock-frequency = <750000000>;
[all …]
H A Dnsim_700.dts1 // SPDX-License-Identifier: GPL-2.0-only
5 /dts-v1/;
12 #address-cells = <1>;
13 #size-cells = <1>;
14 interrupt-parent = <&core_intc>;
17 …bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 print-fatal-signal…
25 compatible = "simple-bus";
26 #address-cells = <1>;
27 #size-cells = <1>;
33 #clock-cells = <0>;
[all …]
H A Dnsimosci.dts1 // SPDX-License-Identifier: GPL-2.0-only
5 /dts-v1/;
12 #address-cells = <1>;
13 #size-cells = <1>;
14 interrupt-parent = <&core_intc>;
20 …8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=640x480-24 print-fatal-signals=1";
28 compatible = "simple-bus";
29 #address-cells = <1>;
30 #size-cells = <1>;
36 #clock-cells = <0>;
[all …]
H A Dabilis_tb10x.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
12 compatible = "abilis,arc-tb10x";
13 #address-cells = <1>;
14 #size-cells = <1>;
17 #address-cells = <1>;
18 #size-cells = <0>;
28 compatible = "snps,arc-timer";
30 interrupt-parent = <&intc>;
36 compatible = "snps,arc-timer";
41 #address-cells = <1>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsnps,arc-timer.txt2 - Found on all ARC CPUs (ARC700/ARCHS)
3 - Can be optionally programmed to interrupt on Limit
4 - Two identical copies TIMER0 and TIMER1 exist in ARC cores and historically
6 TIMER1 used for clocksource (mandatory for ARC700, optional for ARC HS)
10 - compatible : should be "snps,arc-timer"
11 - interrupts : single Interrupt going into parent intc
12 (16 for ARCHS cores, 3 for ARC700 core
[all...]