1 KEYMILE bfticu Chassis Management FPGA 2 3 The bfticu is a multifunction device that mana 4 Its main functionality is to collect IRQs from 5 them to a single controller. 6 7 Required properties: 8 - compatible: "keymile,bfticu" 9 - interrupt-controller: the bfticu FPGA is an 10 - interrupts: the main IRQ line to signal the 11 - #interrupt-cells : is 2 and their usage is c 12 of Documentation/devicetree/bindings/interru 13 - reg: access on the parent local bus (chip se 14 15 Example: 16 17 chassis-mgmt@3,0 { 18 compatible = "keymile,bfticu"; 19 interrupt-controller; 20 #interrupt-cells = <2>; 21 reg = <3 0 0x100>; 22 interrupt-parent = <&mpic>; 23 interrupts = <6 1 0 0>; 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.