162306a36Sopenharmony_ci* Central Interrupt Unit
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciProperties:
462306a36Sopenharmony_ci- compatible: "cavium,octeon-6880-ciu2"
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci  Compatibility with 68XX SOCs.
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci- interrupt-controller:  This is an interrupt controller.
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci- reg: The base address of the CIU's register bank.
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci- #interrupt-cells: Must be <2>.  The first cell is the bank within
1362306a36Sopenharmony_ci  the CIU and may have a value between 0 and 63.  The second cell is
1462306a36Sopenharmony_ci  the bit within the bank and may also have a value between 0 and 63.
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciExample:
1762306a36Sopenharmony_ci	interrupt-controller@1070100000000 {
1862306a36Sopenharmony_ci		compatible = "cavium,octeon-6880-ciu2";
1962306a36Sopenharmony_ci		interrupt-controller;
2062306a36Sopenharmony_ci		/* Interrupts are specified by two parts:
2162306a36Sopenharmony_ci		 * 1) Controller register (0..63)
2262306a36Sopenharmony_ci		 * 2) Bit within the register (0..63)
2362306a36Sopenharmony_ci		 */
2462306a36Sopenharmony_ci		#address-cells = <0>;
2562306a36Sopenharmony_ci		#interrupt-cells = <2>;
2662306a36Sopenharmony_ci		reg = <0x10701 0x00000000 0x0 0x4000000>;
2762306a36Sopenharmony_ci	};
28