-
Notifications
You must be signed in to change notification settings - Fork 39
/
p8-kernel.dts.m4
71 lines (62 loc) · 1.22 KB
/
p8-kernel.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
64
65
66
67
68
69
70
dnl
dnl BMC_I2CBUS([index])
dnl
define(`BMC_I2CBUS',
`
bmc-i2c-bus$1 {
#address-cells = <0x1>;
#size-cells = <0x0>;
index = <$1>;
compatible = "ibm,kernel-i2c-bus";
device-path = "/dev/i2c-$1";
system-path = "/bmc0/i2c-$1";
};
')dnl
/dts-v1/;
/ {
#address-cells = <0x1>;
#size-cells = <0x0>;
BMC_I2CBUS(0)
BMC_I2CBUS(1)
BMC_I2CBUS(2)
BMC_I2CBUS(3)
BMC_I2CBUS(4)
BMC_I2CBUS(5)
BMC_I2CBUS(6)
BMC_I2CBUS(7)
fsi0: kernelfsi@0 {
#address-cells = <0x2>;
#size-cells = <0x1>;
compatible = "ibm,kernel-fsi";
device-path = "/fsi0/slave@00:00/raw";
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>;
compatible = "ibm,fsi-pib";
index = <0x1>;
system-path = "/proc1/pib";
};
};
};
};