Lines Matching +full:cell +full:- +full:value
6 MBI is kind of msi interrupt only used on Non-PCI devices.
12 Non-pci devices can connect to mbigen and generate the
18 -------------------------------------------
19 - compatible: Should be "hisilicon,mbigen-v2"
21 - reg: Specifies the base physical address and size of the Mbigen
25 ------------------------------------------
26 - interrupt controller: Identifies the node as an interrupt controller
28 - msi-parent: Specifies the MSI controller this mbigen use.
29 For more detail information,please refer to the generic msi-parent binding in
30 Documentation/devicetree/bindings/interrupt-controller/msi.txt.
32 - num-pins: the total number of pins implemented in this Mbigen
35 - #interrupt-cells : Specifies the number of cells needed to encode an
36 interrupt source. The value must be 2.
38 The 1st cell is hardware pin number of the interrupt.This number is local to
42 The 2nd cell is the interrupt trigger type.
43 The value of this cell should be:
51 compatible = "hisilicon,mbigen-v2";
55 interrupt-controller;
56 msi-parent = <&its_dsa 0x40b1c>;
57 num-pins = <9>;
58 #interrupt-cells = <2>;
62 interrupt-controller;
63 msi-parent = <&its_dsa 0x40b0e>;
64 num-pins = <2>;
65 #interrupt-cells = <2>;
70 ----------------------------------------------------
71 -interrupts:Specifies the interrupt source.
72 For the specific information of each cell in this property,please refer to
73 the "interrupt-cells" description mentioned above.
77 #address-cells = <1>;
78 #size-cells = <0>;
81 interrupt-parent = <&mbigen_device_gmac>;