forked from open-power/pdbg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp8-i2c.dts.m4
63 lines (56 loc) · 1.23 KB
/
p8-i2c.dts.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/dts-v1/;
/ {
#address-cells = <0x1>;
#size-cells = <0x0>;
/* I2C attached pib */
pib@50 {
#address-cells = <0x2>;
#size-cells = <0x1>;
compatible = "ibm,power8-i2c-slave";
bus = "/dev/i2c4";
reg = <0x50>;
index = <0x0>;
status = "mustexist";
system-path = "/proc0/pib";
opb@20010 {
#address-cells = <0x1>;
#size-cells = <0x1>;
reg = <0x0 0x20010 0xa>;
compatible = "ibm,power8-opb";
hmfsi@100000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
compatible = "ibm,power8-opb-hmfsi";
reg = <0x100000 0x80000>;
port = <0x1>;
index = <0x1>;
system-path = "/proc1/fsi";
pib@1000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
reg = <0x0 0x1000 0x7>;
compatible = "ibm,fsi-pib";
index = <0x1>;
system-path = "/proc1/pib";
};
};
hmfsi@180000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
compatible = "ibm,power8-opb-hmfsi";
reg = <0x180000 0x80000>;
port = <0x2>;
index = <0x2>;
system-path = "/proc2/fsi";
pib@1000 {
#address-cells = <0x2>;
#size-cells = <0x1>;
reg = <0x0 0x1000 0x7>;
compatible = "ibm,fsi-pib";
index = <0x2>;
system-path = "/proc2/pib";
};
};
};
};
};