Searched +full:xgene1 +full:- +full:msi (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/apm,xgene1-msi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: AppliedMicro X-Gene v1 PCIe MSI controller10 - Toan Le <toan@os.amperecomputing.com>14 const: apm,xgene1-msi16 msi-controller: true25 - compatible26 - msi-controller[all …]
1 * AppliedMicro X-Gene v1 PCIe MSI controller5 - compatible: should be "apm,xgene1-msi" to identify6 X-Gene v1 PCIe MSI controller block.7 - msi-controller: indicates that this is an X-Gene v1 PCIe MSI controller node8 - reg: physical base address (0x79000000) and length (0x900000) for controller9 registers. These registers include the MSI termination address and data10 registers as well as the MSI interrupt status registers.11 - reg-names: not required12 - interrupts: A list of 16 interrupt outputs of the controller, starting from14 - interrupt-names: not required[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * dts file for AppliedMicro (APM) X-Gene Storm SOC9 compatible = "apm,xgene-storm";10 interrupt-parent = <&gic>;11 #address-cells = <2>;12 #size-cells = <2>;15 #address-cells = <2>;16 #size-cells = <0>;22 enable-method = "spin-table";23 cpu-release-addr = <0x1 0x0000fff8>;[all …]