forked from open-power/pdbg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
p9-fsi.dtsi.m4
44 lines (38 loc) · 821 Bytes
/
p9-fsi.dtsi.m4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/ {
#address-cells = <0x1>;
#size-cells = <0x0>;
fsi0: fsi@0 {
#address-cells = <0x2>;
#size-cells = <0x1>;
compatible = "ibm,bmcfsi";
reg = <0x0 0x0 0x0>;
index = <0x0>;
status = "mustexist";
system-path = "/proc0/fsi";
pib@1000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
reg = <0x0 0x1000 0x7>;
index = <0x0>;
compatible = "ibm,fsi-pib";
system-path = "/proc0/pib";
};
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
compatible = "ibm,fsi-hmfsi";
reg = <0x0 0x100000 0x8000>;
port = <0x1>;
index = <0x1>;
system-path = "/proc1/fsi";
pib@1000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
reg = <0x0 0x1000 0x7>;
index = <0x1>;
compatible = "ibm,fsi-pib";
system-path = "/proc1/pib";
};
};
};
};