summaryrefslogtreecommitdiffstats
path: root/p8-i2c.dts.m4
blob: f1fcbd360a4a96f77ca7234368e9894cff42d6dd (plain)
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
/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";
		include(p8-pib.dts.m4)dnl

		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>;

				pib@1000 {
					#address-cells = <0x2>;
					#size-cells = <0x1>;
					reg = <0x0 0x1000 0x7>;
					compatible = "ibm,fsi-pib", "ibm,power8-fsi-pib";
					index = <0x1>;
					include(p8-pib.dts.m4)dnl
				};
			};

			hmfsi@180000 {
				#address-cells = <0x2>;
				#size-cells = <0x1>;
				compatible = "ibm,power8-opb-hmfsi";
				reg = <0x180000 0x80000>;
				port = <0x2>;
				index = <0x2>;

				pib@1000 {
					#address-cells = <0x2>;
					#size-cells = <0x1>;
					reg = <0x0 0x1000 0x7>;
					compatible = "ibm,fsi-pib", "ibm,power8-fsi-pib";
					index = <0x2>;
					include(p8-pib.dts.m4)dnl
				};
			};
		};
	};
};
OpenPOWER on IntegriCloud