1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/interrupt-c 4 $id: http://devicetree.org/schemas/interrupt-controller/thead,c900-aclint-mswi.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Sophgo sg2042 CLINT Machine-level Softw 7 title: Sophgo sg2042 CLINT Machine-level Software Interrupt Device 8 8 9 maintainers: 9 maintainers: 10 - Inochi Amaoto <inochiama@outlook.com> 10 - Inochi Amaoto <inochiama@outlook.com> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 items: 14 items: 15 - enum: 15 - enum: 16 - sophgo,sg2042-aclint-mswi 16 - sophgo,sg2042-aclint-mswi 17 - const: thead,c900-aclint-mswi 17 - const: thead,c900-aclint-mswi 18 18 19 reg: 19 reg: 20 maxItems: 1 20 maxItems: 1 21 21 22 interrupts-extended: 22 interrupts-extended: 23 minItems: 1 23 minItems: 1 24 maxItems: 4095 24 maxItems: 4095 25 25 26 additionalProperties: false 26 additionalProperties: false 27 27 28 required: 28 required: 29 - compatible 29 - compatible 30 - reg 30 - reg 31 - interrupts-extended 31 - interrupts-extended 32 32 33 examples: 33 examples: 34 - | 34 - | 35 interrupt-controller@94000000 { 35 interrupt-controller@94000000 { 36 compatible = "sophgo,sg2042-aclint-mswi" 36 compatible = "sophgo,sg2042-aclint-mswi", "thead,c900-aclint-mswi"; 37 interrupts-extended = <&cpu1intc 3>, 37 interrupts-extended = <&cpu1intc 3>, 38 <&cpu2intc 3>, 38 <&cpu2intc 3>, 39 <&cpu3intc 3>, 39 <&cpu3intc 3>, 40 <&cpu4intc 3>; 40 <&cpu4intc 3>; 41 reg = <0x94000000 0x00010000>; 41 reg = <0x94000000 0x00010000>; 42 }; 42 }; 43 ... 43 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.