Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / board-js2x / slof / mpic.fs
1 \ *****************************************************************************
2 \ * Copyright (c) 2004, 2008 IBM Corporation
3 \ * All rights reserved.
4 \ * This program and the accompanying materials
5 \ * are made available under the terms of the BSD License
6 \ * which accompanies this distribution, and is available at
7 \ * http://www.opensource.org/licenses/bsd-license.php
8 \ *
9 \ * Contributors:
10 \ *     IBM Corporation - initial implementation
11 \ ****************************************************************************/
12
13
14 new-device
15
16 s" mpic" device-name s" interrupt-controller" device-type
17 s" open-pic" compatible
18 0 0 s" interrupt-controller" property
19
20 2 encode-int s" #interrupt-cells" property
21
22 0 encode-int  f8040000 encode-int+
23 0 encode-int+    30000 encode-int+ s" reg" property
24
25 : enable-mpic  6 f80000e0 rl! ;
26 enable-mpic
27
28 : open  true ;
29 : close ;
30
31 finish-device